aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-09-09 17:16:41 +0000
committerGerald Combs <gerald@wireshark.org>2008-09-09 17:16:41 +0000
commite953bf064a3504113dbba19103150c61a1fb4b2b (patch)
treeb03f327261b61c04930d013b813fedec904f7f3d /make-version.pl
parentd7304a880baae799293045c0770a46da45b0860c (diff)
Fix U3 packaging. Build 1.1.0 again in order to pick up the new GLib/GTK+
libraries. svn path=/trunk/; revision=26168
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 = ".";