aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2021-06-28 11:31:16 -0400
committerAndrew Dunstan <andrew@dunslane.net>2021-06-28 11:31:16 -0400
commit596b5af1d3675b58d4018acd64217e2f627da3e4 (patch)
tree6aeb19616e1531692e4fb6408e2596b381d315c7 /src
parente1c1c30f635390b6a3ae4993e8cac213a33e6e3f (diff)
downloadpostgresql-596b5af1d3675b58d4018acd64217e2f627da3e4.tar.gz
postgresql-596b5af1d3675b58d4018acd64217e2f627da3e4.zip
Stamp HEAD as 15devel.
Let the hacking begin ...
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/git_changelog2
-rwxr-xr-xsrc/tools/version_stamp.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index 30a64b371a8..8a5d408d29e 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -59,7 +59,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
- REL_13_STABLE
+ REL_14_STABLE REL_13_STABLE
REL_12_STABLE REL_11_STABLE REL_10_STABLE REL9_6_STABLE 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
diff --git a/src/tools/version_stamp.pl b/src/tools/version_stamp.pl
index ee8f314b3cd..4a4cbf7ca97 100755
--- a/src/tools/version_stamp.pl
+++ b/src/tools/version_stamp.pl
@@ -25,7 +25,7 @@ use warnings;
# Major version is hard-wired into the script. We update it when we branch
# a new development version.
-my $majorversion = 14;
+my $majorversion = 15;
# Validate argument and compute derived variables
my $minor = shift;