diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-11-18 15:30:37 -0800 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-11-18 23:32:46 +0000 |
commit | 5f086d38955fc6378f4c4e75f1e6d7144a5da5a0 (patch) | |
tree | 7174ffdab473da76fb266e4036bc51412599efbf /make-version.pl | |
parent | 9a73b827b22c7ce9132e939b9f07ec4425fc2aa6 (diff) | |
download | wireshark-5f086d38955fc6378f4c4e75f1e6d7144a5da5a0.tar.gz wireshark-5f086d38955fc6378f4c4e75f1e6d7144a5da5a0.tar.bz2 wireshark-5f086d38955fc6378f4c4e75f1e6d7144a5da5a0.zip |
2.0.0 → 2.0.1.v2.0.1rc0
Change-Id: I29a71f3bc76eb1fdc226c9f340c45fb3bcf7dffc
Reviewed-on: https://code.wireshark.org/review/11955
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-x | make-version.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-version.pl b/make-version.pl index ef10321de1..aadf12dd51 100755 --- a/make-version.pl +++ b/make-version.pl @@ -82,7 +82,7 @@ my $set_release = 0; my %version_pref = ( "version_major" => 2, "version_minor" => 0, - "version_micro" => 0, + "version_micro" => 1, "version_build" => 0, "enable" => 1, |