aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-15 15:46:44 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-15 15:46:44 +0000
commit7c752005baf78d38fd7f05e33a16b830b1bdb756 (patch)
tree05e299aba8ded7d2d8fbeafe1b2ba64b0dd8a42b /make-version.pl
parentf411ee1e5cba6ffb0322c736485e9343ae11026f (diff)
Switch back to normal versioning.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29923 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 = ".";