aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-02-11 16:38:42 +0000
committerGerald Combs <gerald@wireshark.org>2010-02-11 16:38:42 +0000
commit7e9faae9d9668d25f435681a93374060fb58eeab (patch)
tree5e4737c22c5427bc1a771784a242a26a2dcae06a /make-version.pl
parentcca0eb254f2cafedc90f98f4d010439db389247a (diff)
1.3.3 -> 1.3.4.
svn path=/trunk/; revision=31865
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 = ".";