summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/git_changelog1
-rwxr-xr-xsrc/tools/version_stamp.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index acceb8493ef..d9f0976a334 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -38,6 +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_5_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
diff --git a/src/tools/version_stamp.pl b/src/tools/version_stamp.pl
index 6be1ac04a69..607649a31a4 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 = 5;
+$major2 = 6;
# Validate argument and compute derived variables
$minor = shift;