aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-02-10 22:53:43 +0000
committerGerald Combs <gerald@wireshark.org>2010-02-10 22:53:43 +0000
commit71913d2700e3165aa2dcfec8c4788227bc67e364 (patch)
treea2b40c10db4b14fb6c46b935dbfc10bb5f1e0098 /make-version.pl
parentfab0f16c181ec897df67e4472e4ac8bbbf28dd5f (diff)
Build 1.3.3.
svn path=/trunk/; revision=31860
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 48eca2debc..6de7cdc7af 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -72,12 +72,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 = ".";