aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-05-05 00:28:24 +0000
committerGerald Combs <gerald@wireshark.org>2010-05-05 00:28:24 +0000
commite5352715123e0a2b026fdabd9b2c046ed7929572 (patch)
tree008250ca1319615d99b106897daef3b4b683597a /make-version.pl
parentcfa07ad50549af05d7f670c92adfb41c7e404d16 (diff)
1.3.5 -> 1.3.6.
svn path=/trunk/; revision=32667
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 6de7cdc7af..48eca2debc 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 = ".";