summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-19 09:44:09 -0700
committerGerald Combs <gerald@wireshark.org>2015-03-19 16:47:57 +0000
commit6698f2da4420f9caab4c75fa164a2ad34dd0393c (patch)
tree06a17205b1d3d19af6e8dded82d2c7b99d77cbcf /make-version.pl
parent22f06b228fb1e940d6ac5b1de3bccb3907ff28cc (diff)
downloadwireshark-6698f2da4420f9caab4c75fa164a2ad34dd0393c.tar.gz
Build 1.99.4.
Change-Id: Id2d98cc5def03fd54d69c54db4565c6ecd27c552 Reviewed-on: https://code.wireshark.org/review/7755 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 00452c5856..e32a1595d8 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 = "";