aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-05-28 11:47:31 -0700
committerGerald Combs <gerald@wireshark.org>2015-05-28 19:01:41 +0000
commit51bdf499dc9e15afbf4b1769c0727c10e36f5ac1 (patch)
treee133496078edca355b6b1a3d224658a4f1d80baf /make-version.pl
parentc532bdc7ea70f6fe3d8c5296d0bf50b37c0c03fd (diff)
Build 1.99.6.
Change-Id: I8db40aea6c208d0badfc7d178b642328264e6c10 Reviewed-on: https://code.wireshark.org/review/8676 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 da4317ef78..41d0c5428e 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 = "";