summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-07-14 11:05:17 -0700
committerGerald Combs <gerald@wireshark.org>2016-07-14 18:14:47 +0000
commit36e8a6c3ee6127bb4b92d29ed558613be59c6d5d (patch)
tree432b99b6285798b26c7bf52bc7e1022be66efc8f /make-version.pl
parent530e7f08d2c56a42e84dc60d8f93203fc592c27e (diff)
downloadwireshark-36e8a6c3ee6127bb4b92d29ed558613be59c6d5d.tar.gz
Build 2.1.1.
Change-Id: I2895d29415bb191bf2d7fc0a4468f085085bd4d9 Reviewed-on: https://code.wireshark.org/review/16437 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 f5c21dd521..0ce9e9bb85 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -95,12 +95,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 = "";