aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-05 10:12:07 -0800
committerGerald Combs <gerald@wireshark.org>2015-03-05 18:12:27 +0000
commit4f2c82741f91a7ba78e88c4a719a0dded5c4bcfd (patch)
tree7c0335312a0a74b62c8902d237d2668d272d292a /make-version.pl
parent9076bf311924360bc0ab7cb098e47ec1afbd50d1 (diff)
Build 1.99.3.
Change-Id: Ibf1ee5a11adb907c0d749763117fe291d92c47c7 Reviewed-on: https://code.wireshark.org/review/7548 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/make-version.pl b/make-version.pl
index d88578b633..5dfa72291f 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -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 = "";