summaryrefslogtreecommitdiff
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-09-23 21:05:00 +0000
committerGerald Combs <gerald@wireshark.org>2008-09-23 21:05:00 +0000
commit854aa68d8ae3f08bb3583636bc056444a0e39a8e (patch)
tree2598da131c2eb62dc611b1170f50045d11de6bc7 /make-version.pl
parent04b710049c03d9310034970eeeb743575372dfa5 (diff)
downloadwireshark-854aa68d8ae3f08bb3583636bc056444a0e39a8e.tar.gz
Build 1.1.1.
svn path=/trunk/; revision=26256
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 = ".";