aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-17 23:26:55 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-17 23:26:55 +0000
commitdd620209cc9cfcdb9ece90ec55913b568d01e39e (patch)
tree3edded12428957b1afd8432e865dcab08e520653 /make-version.pl
parentfe4d5f27765d27a8a5004e5448914594219b116e (diff)
Build 1.1.3.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27765 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 03f5ebfa7d..3b17cbf977 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -71,12 +71,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 = ".";