aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-12-14 11:00:44 -0800
committerGerald Combs <gerald@wireshark.org>2016-12-14 19:03:19 +0000
commit9c140aee2fae9a0cdc0fef7d8fc78b4a641e791d (patch)
tree7bda266a563a596f0c95f0aab2662326c02a9e71 /make-version.pl
parentb2423a12c30165075e9d0d033da7d562e0efc05b (diff)
downloadwireshark-2.0.10rc0.tar.gz
wireshark-2.0.10rc0.tar.bz2
wireshark-2.0.10rc0.zip
2.0.9 → 2.0.10.v2.0.10rc0
Change-Id: Ie22a2e6fef39b2784b8a49bb5a24251df30a893a Reviewed-on: https://code.wireshark.org/review/19270 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 577c211396..63d1b63b13 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -85,7 +85,7 @@ my $set_release = 0;
my %version_pref = (
"version_major" => 2,
"version_minor" => 0,
- "version_micro" => 9,
+ "version_micro" => 10,
"version_build" => 0,
"enable" => 1,