summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-04-15 09:31:24 -0700
committerGerald Combs <gerald@wireshark.org>2014-04-15 16:37:19 +0000
commit1dd5d3a6aae79e6a1f566a9600264d8e91ffedd6 (patch)
tree275a758720b7bd2a14e40c02dfb7594b03596a14 /make-version.pl
parent38d5b11fa21dd3da88cded8cc17183683569419c (diff)
downloadwireshark-1dd5d3a6aae79e6a1f566a9600264d8e91ffedd6.tar.gz
Build 1.11.3.
Change-Id: I8c8f1c22a2cba97e69b27e5fb0b4de9981668966 Reviewed-on: https://code.wireshark.org/review/1153 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 b42d1ccd6a..5753dcf21d 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -87,12 +87,12 @@ my %version_pref = (
"is_release" => 0,
# 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 = "";