summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-19 17:52:17 -0700
committerGerald Combs <gerald@wireshark.org>2015-03-20 00:53:49 +0000
commit019c3af0b1a1720a83b3b174649ba8837156ce09 (patch)
treebfc54e0997672036580f539ad12b49832e7f8254 /make-version.pl
parent7e8595c198971020d2e84cc5da1320566f96040c (diff)
downloadwireshark-019c3af0b1a1720a83b3b174649ba8837156ce09.tar.gz
1.99.5 → 1.99.6.
Change-Id: Iff642606bdb9858dc54b90abe02bf1572f44fc25 Reviewed-on: https://code.wireshark.org/review/7766 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/make-version.pl b/make-version.pl
index 9ff8ef57d3..da4317ef78 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -81,7 +81,7 @@ my $set_release = 0;
my %version_pref = (
"version_major" => 1,
"version_minor" => 99,
- "version_micro" => 5,
+ "version_micro" => 6,
"version_build" => 0,
"enable" => 1,
@@ -91,12 +91,12 @@ my %version_pref = (
"format" => "git %Y%m%d%H%M%S",
# Normal development builds
- #"pkg_enable" => 1,
- #"pkg_format" => "-%#",
+ "pkg_enable" => 1,
+ "pkg_format" => "-%#",
# Development releases
- "pkg_enable" => 0,
- "pkg_format" => "",
+ #"pkg_enable" => 0,
+ #"pkg_format" => "",
);
my $srcdir = ".";
my $info_cmd = "";