aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-01-24 19:27:38 +0000
committerGerald Combs <gerald@wireshark.org>2011-01-24 19:27:38 +0000
commit1635ef0ddfabf66d7ec95cc0b884e2d6efea6f15 (patch)
tree6341f474a7f74cc9791e6f85b0a27251b7a39751 /make-version.pl
parentdf985b71406ccae81cfed171f02b7a195c3a3c9e (diff)
1.5.0 → 1.5.1.
svn path=/trunk/; revision=35639
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 = ".";