aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-24 10:14:09 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-24 17:15:15 +0000
commita0c561a77cfb9a2f8f7367e1015fbbeb7e901a5b (patch)
tree103e1ad1cf934c08c6cee7ae38b4f21c774f6dd0 /make-version.pl
parente2561da034c1117434bf73235a8ff6436a74eec9 (diff)
Build 1.99.8.
Change-Id: I30b5797579335e414295be3996878a30aaef7d6b Reviewed-on: https://code.wireshark.org/review/9772 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 96d2f37ef1..9330f7c3c4 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 = "";