aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-23 21:05:00 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-23 21:05:00 +0000
commit2a959baa4e4265996eb79bd50001d2f00e0fc7e2 (patch)
tree2598da131c2eb62dc611b1170f50045d11de6bc7 /make-version.pl
parent893ba986c3d1630ab3fb44c304f05372d2b9ba9a (diff)
Build 1.1.1.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26256 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/make-version.pl b/make-version.pl
index 5956e9d926..8f79c3b7d4 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -70,8 +70,10 @@ my %version_pref = (
"enable" => 1,
"svn_client" => 0,
"format" => "SVN %Y%m%d%H%M%S",
- "pkg_enable" => 1,
- "pkg_format" => "-SVN-%#",
+ #"pkg_enable" => 1,
+ #"pkg_format" => "-SVN-%#",
+ "pkg_enable" => 0,
+ "pkg_format" => "",
);
my $srcdir = ".";