aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-07 09:13:53 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-07 16:16:23 +0000
commita87659c5300066c947fe3495fe9bb326756f6bac (patch)
tree3469a02b444f4f0edbe304af0671169feed7b79b /make-version.pl
parent15e89ecdfa139807395b807ca4b9e6e65a73b4a5 (diff)
Build 1.99.0.
Change-Id: Idc813297e5e27680b13a6b81adcf18ae4ef4d4e4 Reviewed-on: https://code.wireshark.org/review/4523 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 16257238f9..7fdc734875 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 = "";