aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-07-21 15:53:54 -0700
committerGerald Combs <gerald@wireshark.org>2016-07-21 22:55:48 +0000
commit3dbc84414ef3bd04c11a18f5f9ae0b8e3c1b2909 (patch)
treeef1de02e44ad63e0f990f21a8b2b283d6f39e5f0 /make-version.pl
parent913e0f408c48f3baf6933807f9cfe4195fde5c75 (diff)
2.1.2 → 2.3.0.
Change-Id: I133af2d3d05ae77c1030cf35812bb1f969f6a68b Reviewed-on: https://code.wireshark.org/review/16575 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 a8e6084bea..ee49de53f6 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -84,8 +84,8 @@ my $set_version = 0;
my $set_release = 0;
my %version_pref = (
"version_major" => 2,
- "version_minor" => 1,
- "version_micro" => 2,
+ "version_minor" => 3,
+ "version_micro" => 0,
"version_build" => 0,
"enable" => 1,