From 9f14dc393bd441dd9251bea2a5a3ad7f889b03c5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 14 Aug 2017 18:08:30 -0400 Subject: Stamp HEAD as 11devel. Note that we no longer require any manual adjustments to shared-library minor version numbers, cf commit a3bce17ef. So this should be everything. --- src/tools/git_changelog | 2 +- src/tools/version_stamp.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/git_changelog b/src/tools/git_changelog index d4c7b5bf146..a66b64467f7 100755 --- a/src/tools/git_changelog +++ b/src/tools/git_changelog @@ -57,7 +57,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_6_STABLE REL9_5_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 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 f973dd950c7..90ccf9cbaf4 100755 --- a/src/tools/version_stamp.pl +++ b/src/tools/version_stamp.pl @@ -24,7 +24,7 @@ use strict; # Major version is hard-wired into the script. We update it when we branch # a new development version. -my $majorversion = 10; +my $majorversion = 11; # Validate argument and compute derived variables my $minor = shift; -- cgit v1.2.3