aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-24 19:27:38 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-24 19:27:38 +0000
commitde4453667a3232c34d13711372f0cd4d2cea71a6 (patch)
tree6341f474a7f74cc9791e6f85b0a27251b7a39751 /make-version.pl
parent1b243cc5d70ce0431965e76d77dd5f61534d35b3 (diff)
1.5.0 → 1.5.1.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35639 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 8807dcf3c6..f59ba21495 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 = ".";