summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-07-15 00:19:01 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-07-14 22:21:53 +0000
commit42e72d529cdbab62d52a26332985ecf28b997a87 (patch)
tree867e80c5e6101accd49b601395ea6d9747321caf /make-version.pl
parentaf5daa6b5a147f1f62c499248cc70510c59934a6 (diff)
downloadwireshark-42e72d529cdbab62d52a26332985ecf28b997a87.tar.gz
More 2.1.1 → 2.1.2 changes
Change-Id: If1a7f1232bbb23b27063d4ef618c2059293ff0c4 Reviewed-on: https://code.wireshark.org/review/16441 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
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 f5c21dd521..a8e6084bea 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" => 1,
- "version_micro" => 1,
+ "version_micro" => 2,
"version_build" => 0,
"enable" => 1,