aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-15 13:46:30 -0700
committerGerald Combs <gerald@wireshark.org>2018-03-15 20:49:15 +0000
commitb6809353e05c18ac94996deffbc86adc15934f72 (patch)
tree1dd8a1100ca0ea289f41d271f4c4223003c3e12a /make-version.pl
parent461c3f654563f4e80a89e9bafaf57bd37cc84dca (diff)
Build 2.5.1.
Change-Id: Ic40ac0557e61dbb044a3f324964d378a47e8f50e Reviewed-on: https://code.wireshark.org/review/26488 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 ea26259a68..26f045b421 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -83,12 +83,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 = "";