aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-03-31 16:29:45 +0000
committerGerald Combs <gerald@wireshark.org>2010-03-31 16:29:45 +0000
commit5968d5220a37ab64d2f3eaaa7b2b35104f0aac8a (patch)
tree9a22272d4a9e3701527801a4c6efbfc8469df14f /make-version.pl
parent2867bd0f49ccd545ce82856af9f9e3f1b20f7135 (diff)
Build 1.3.4.
svn path=/trunk/; revision=32340
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 = ".";