aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-18 05:42:03 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-18 05:42:03 +0000
commitd00e2e7c3c70f04c230c6129ac0991604911bb53 (patch)
tree916363632ae7d8f37028a8f669e0d705cdba32c8 /make-version.pl
parent8ed221915bb0c1e6436e25d489176856e6a20406 (diff)
Move to 1.1.4.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27767 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 3b17cbf977..03f5ebfa7d 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 = ".";