aboutsummaryrefslogtreecommitdiff
path: root/src/tools/version_stamp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/version_stamp.pl')
-rwxr-xr-xsrc/tools/version_stamp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/version_stamp.pl b/src/tools/version_stamp.pl
index 326da374be8..1f0074ded5e 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 = 16;
+my $majorversion = 17;
# Validate argument and compute derived variables
my $minor = shift;