aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-10 09:30:32 -0800
committerGerald Combs <gerald@wireshark.org>2014-12-10 17:36:42 +0000
commit4c229ca40dcc0a75b356282e7e9dabd90fa7f1e3 (patch)
treebc6f726584523e5aa7c4e92cd0c2369bbbd22937 /make-version.pl
parenta97176853010e5e39492d8a1fea79799ef43758b (diff)
Build 1.99.1.
Change-Id: Ic6dcbfc880817ad4bcc07a21ec88d14c8c92df58 Reviewed-on: https://code.wireshark.org/review/5703 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 1b409b9d19..b447268909 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -87,12 +87,12 @@ my %version_pref = (
"is_release" => 0,
# 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 = "";