aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-09 05:07:24 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-09 05:07:24 +0000
commit22da8ddd74740a10b30af17405ba41b66634a76b (patch)
tree1fee453434832b34f7a9f6056bc7ee2f4c043e2a /make-version.pl
parent47e7a387d06094ff49867cba65ae0bb27be96fc1 (diff)
Switch back to 1.1.2.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26392 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl10
1 files changed, 6 insertions, 4 deletions
diff --git a/make-version.pl b/make-version.pl
index eed14fd628..67b4d04c8e 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -70,12 +70,14 @@ my %version_pref = (
"enable" => 1,
"svn_client" => 0,
"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 = ".";