aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-04 11:01:58 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-04 19:03:39 +0000
commitb2db3bfd3bf684da5c1deb37c4a42f32a43238ad (patch)
treecf4f15d23a2fd78c3268964af5d439efd9c49001 /make-version.pl
parenta748e831438c52be7d40f1a28874d4f04ac2cda5 (diff)
Build 1.99.2.
Change-Id: If4a4fb9009da61bd67a8577f17c9e0dedcb6de6d Reviewed-on: https://code.wireshark.org/review/6955 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 5242282ad3..c5295ea809 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 = "";