1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Stamp HEAD as 9.4devel.

Let the hacking begin ...
This commit is contained in:
Tom Lane
2013-06-14 14:41:28 -04:00
parent e472b92140
commit 58ae1f4577
8 changed files with 23 additions and 23 deletions

View File

@@ -38,7 +38,7 @@ require IPC::Open2;
# (We could get this from "git branches", but not worth the trouble.)
# NB: master must be first!
my @BRANCHES = qw(master
REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE
REL9_3_STABLE REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE
REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES
REL6_5_PATCHES REL6_4);

View File

@@ -23,7 +23,7 @@
# Major version is hard-wired into the script. We update it when we branch
# a new development version.
$major1 = 9;
$major2 = 3;
$major2 = 4;
# Validate argument and compute derived variables
$minor = shift;