diff options
| author | Tom Lane | 2014-06-11 01:36:13 +0000 |
|---|---|---|
| committer | Tom Lane | 2014-06-11 01:36:13 +0000 |
| commit | a24c104b9a6e4fef0892b2a0b70f4073378e6544 (patch) | |
| tree | 2ac8421d1f09fe8cc2c7acfcfe2f8355cf65463a /src/tools | |
| parent | ab76208e3df6841b3770edeece57d0f048392237 (diff) | |
Stamp HEAD as 9.5devel.
Let the hacking begin ...
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/git_changelog | 2 | ||||
| -rwxr-xr-x | src/tools/version_stamp.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog index fd3efa19b7..acceb8493e 100755 --- a/src/tools/git_changelog +++ b/src/tools/git_changelog @@ -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_3_STABLE REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE + REL9_4_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); diff --git a/src/tools/version_stamp.pl b/src/tools/version_stamp.pl index 00ab5ffed8..a475d1b0eb 100755 --- a/src/tools/version_stamp.pl +++ b/src/tools/version_stamp.pl @@ -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 = 4; +$major2 = 5; # Validate argument and compute derived variables $minor = shift; |
