aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-06 12:35:21 -0800
committerGerald Combs <gerald@wireshark.org>2018-02-06 20:37:41 +0000
commit5df9b1d5d7ef35b529d5a7d4f21cee50683a8240 (patch)
treeb23838f4846eb442b8d12444faaa081873c33c7d /make-version.pl
parentcb1a6528f968c3cd97660217abc1a6725ff5ba92 (diff)
Build 2.5.0.
Change-Id: I8be543c87d289b616b92ab178458382c93580f12 Reviewed-on: https://code.wireshark.org/review/25644 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 42c5db6d7a..d56457f040 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 = "";