aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-05 12:15:53 -0800
committerGerald Combs <gerald@wireshark.org>2015-03-05 20:15:36 +0000
commit89270fbe0fd70fda8d27dc3195c00a92a48d675d (patch)
tree89b7fdfaeabd53dc64e765a58b0921e9626beb0e /make-version.pl
parent4f2c82741f91a7ba78e88c4a719a0dded5c4bcfd (diff)
1.99.3 → 1.99.4.
Change-Id: I96953b6ca34140972a783c3066614399981ca1e2 Reviewed-on: https://code.wireshark.org/review/7549 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 5dfa72291f..53d3094364 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" => 3,
+ "version_micro" => 4,
"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 = "";