aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-14 23:31:02 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-14 23:31:02 +0000
commit07ff7248808c1080ba4ee5b8dd3fc93e4aba6085 (patch)
tree01f889b41d3ec7d7c4fbaa2b26705cb94ae4b4d2 /make-version.pl
parent4a92ec469a9d0ad1e7a2917670f76434a217bd35 (diff)
Build 1.3.0.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29912 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 = ".";