aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-05-23 13:56:41 -0700
committerGerald Combs <gerald@wireshark.org>2014-05-23 20:57:42 +0000
commit285405a0d754d14cd276b83227a55d504b3cda82 (patch)
treecadb52f7504087803e861fe75363ae874c87d7cd /make-version.pl
parent8a7e1f48799eb39628a2f5fd3a5bf40c263db8c8 (diff)
1.11.4 → 1.99.0.
Change-Id: I5b0f713fdbc63e78f4f52177317c0e536aca3044 Reviewed-on: https://code.wireshark.org/review/1761 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-version.pl b/make-version.pl
index 8c11bdceb4..ee2600906b 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -75,8 +75,8 @@ my $set_version = 0;
my $set_release = 0;
my %version_pref = (
"version_major" => 1,
- "version_minor" => 11,
- "version_micro" => 4,
+ "version_minor" => 99,
+ "version_micro" => 0,
"version_build" => 0,
"enable" => 1,