aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-06-08 11:50:18 -0700
committerGerald Combs <gerald@wireshark.org>2016-06-08 18:52:40 +0000
commitb46351fb5dc2025757cb94ed4856c40734325c5a (patch)
tree3fe8d1d4e4a794bbebb4086adf2399a3500ec46d /make-version.pl
parentea4f41fb5a834488fefaed867929bc25e688fa1f (diff)
Build 2.1.0.
Change-Id: I3fe4a2bc580b5788462f832abf62b53afb5d8ae1 Reviewed-on: https://code.wireshark.org/review/15782 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 b6e54265cf..928ee410d9 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 = "";