summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-07-14 14:06:14 -0700
committerGerald Combs <gerald@wireshark.org>2016-07-14 21:10:01 +0000
commitee29efbd9ce5dbd894c7a7cd47c61f620fc37233 (patch)
tree9f9d64d8dba0f01069a632e51969929e8495efad /make-version.pl
parent06ba81b4f1acb371f7cbc2e351f6769a7d2627db (diff)
downloadwireshark-ee29efbd9ce5dbd894c7a7cd47c61f620fc37233.tar.gz
2.1.1 → 2.1.2.
Change-Id: If03589159cbf7c1a0de97fd50edd06d1cd0e63bd Reviewed-on: https://code.wireshark.org/review/16440 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 0ce9e9bb85..f5c21dd521 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 = "";