summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-06-02 15:15:51 -0700
committerGerald Combs <gerald@wireshark.org>2017-06-02 22:19:28 +0000
commitb1c9d3bd816ca54c88c44f580c981668978278ae (patch)
tree2c4c270710dfd0d79b56cf48e6c1c03ba69db5a0 /make-version.pl
parent1420ef3a0e2ae63f039ef3a06143ab8ba2aec7c4 (diff)
downloadwireshark-b1c9d3bd816ca54c88c44f580c981668978278ae.tar.gz
Initialize master-2.4.
Change-Id: If82fbf5eb269e4177d39477c08d6ab29b43a73c0 Reviewed-on: https://code.wireshark.org/review/21904 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-version.pl b/make-version.pl
index 36cbf7e750..f9bbd8e9ca 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -84,7 +84,7 @@ my $set_version = 0;
my $set_release = 0;
my %version_pref = (
"version_major" => 2,
- "version_minor" => 3,
+ "version_minor" => 4,
"version_micro" => 0,
"version_build" => 0,