aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-15 20:45:13 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-15 20:45:13 +0000
commitd3033d3ab886a145b45cc78cdffc997d2e1bec3a (patch)
treef6a124498cc30aaf44b49945d746126b84a5b1c4 /make-version.pl
parentde4c6a2d07c0d28ee35e19c2f98b028dcca53f8c (diff)
Build 1.11.1.
svn path=/trunk/; revision=53344
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 13f3b7f309..39a56254b2 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -85,12 +85,12 @@ my %version_pref = (
"is_release" => 0,
# Normal development builds
- "pkg_enable" => 1,
- "pkg_format" => "-SVN-%#",
+ #"pkg_enable" => 1,
+ #"pkg_format" => "-SVN-%#",
# Development releases
- #"pkg_enable" => 0,
- #"pkg_format" => "",
+ "pkg_enable" => 0,
+ "pkg_format" => "",
);
my $srcdir = ".";
my $info_cmd = "";