aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-04 23:03:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-04 23:03:42 +0000
commit8573b57f05106a1495b744a88e60627ed3bd50e2 (patch)
tree0818c9651996bdea2e1e3e22bc8318b9e4383ec8 /make-version.pl
parent3f3f23605b2e3475601f522cbcd70d73f682895e (diff)
Build 1.3.5.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32666 f5534014-38df-0310-8fa8-9805f1628bb7
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 = ".";