aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-27 00:10:52 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-27 00:10:52 +0000
commit2214fef90e1f78ff734ed649dbac6d38831b7aa0 (patch)
tree9829e6c41c05b23e1375a2a365c1c53f2f368f4b /make-version.pl
parent330809cfbc13ab29ffba4bbd17f1706ba9c4f29d (diff)
Build 1.3.1.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30724 f5534014-38df-0310-8fa8-9805f1628bb7
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 = ".";