aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-04-10 16:42:10 +0000
committerGerald Combs <gerald@wireshark.org>2011-04-10 16:42:10 +0000
commit8b8082442d72cffa8ab5dcf6edae539558ea1bc2 (patch)
tree044570aa2b05a8325b432b71229094c34c20ee67 /make-version.pl
parentaa5349924adb21f5649769d5b454de7c8e8199e4 (diff)
Build 1.5.1. Temporarily disable the Babel dissector.
svn path=/trunk/; revision=36537
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 f59ba21495..8807dcf3c6 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -72,12 +72,12 @@ my %version_pref = (
"format" => "SVN %Y%m%d%H%M%S",
# 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 = ".";