aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-10-27 00:10:52 +0000
committerGerald Combs <gerald@wireshark.org>2009-10-27 00:10:52 +0000
commitef952d025f23b9860576bb0ebf2979414da4e068 (patch)
tree9829e6c41c05b23e1375a2a365c1c53f2f368f4b /make-version.pl
parent94837ed1ce3f845e1a9eb320ca8377918b25bf15 (diff)
Build 1.3.1.
svn path=/trunk/; revision=30724
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 827115e4b7..d5589dc6b4 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 = ".";