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 c3509474d83..a9d2d0910f3 100755
--- a/src/tools/version_stamp.pl
+++ b/src/tools/version_stamp.pl
@@ -25,7 +25,7 @@ use warnings FATAL => 'all';
# Major version is hard-wired into the script. We update it when we branch
# a new development version.
-my $majorversion = 18;
+my $majorversion = 19;
# Validate argument and compute derived variables
my $minor = shift;