aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-24 05:57:05 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-24 05:57:05 +0000
commit213cb3db47be54cd9005fc4e166c8fddaa28be8c (patch)
tree41179fb98c4e204ba611db64183452891e5079f8 /make-version.pl
parent1ca3ed147ebcc209f78530d4ab2a63a512dfbcca (diff)
Switch back to normal versioning. Bump the version to 1.3.3.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31064 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 d5589dc6b4..827115e4b7 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 = ".";