summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-18 05:42:03 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-18 05:42:03 +0000
commit2d24475011b4e147bd2b1bac18d62c7226aa17e7 (patch)
tree916363632ae7d8f37028a8f669e0d705cdba32c8 /make-version.pl
parent0095250d83007597d820962ff3c41d520362f21c (diff)
downloadwireshark-2d24475011b4e147bd2b1bac18d62c7226aa17e7.tar.gz
Move to 1.1.4.
svn path=/trunk/; revision=27767
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 3b17cbf977..03f5ebfa7d 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -71,12 +71,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 = ".";