aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-05 16:21:47 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-05 16:21:47 +0000
commitf1cf70fc10a09318e4a560dd9491f92d01f1c772 (patch)
treec4572b7aee1edc72915f2745f81434fea03dff0a /make-version.pl
parent6c7c1bd74e9b6b07eaa916002035b8b7439f90ff (diff)
1.7.2 → 1.9.0.
svn path=/trunk/; revision=43120
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 c1ee3f6de5..95eea07c5d 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -74,8 +74,8 @@ my $set_version = 0;
my $set_release = 0;
my %version_pref = (
"version_major" => 1,
- "version_minor" => 7,
- "version_micro" => 2,
+ "version_minor" => 9,
+ "version_micro" => 0,
"version_build" => 0,
"enable" => 1,