aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-11-24 05:57:05 +0000
committerGerald Combs <gerald@wireshark.org>2009-11-24 05:57:05 +0000
commitf08e18e9a550690c5bb03ff9f31c7d51163275e8 (patch)
tree41179fb98c4e204ba611db64183452891e5079f8 /make-version.pl
parent2076b90455ab4c10c2e4f2af643e5bee5649edd0 (diff)
Switch back to normal versioning. Bump the version to 1.3.3.
svn path=/trunk/; revision=31064
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 = ".";