aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-01-15 01:37:52 +0000
committerGerald Combs <gerald@wireshark.org>2009-01-15 01:37:52 +0000
commit8c6b59cf9c6dec37f58a5e4c8450a0cba2108456 (patch)
tree71f7a2edda397b283e55876b7ddde00d030cbfe6 /make-version.pl
parentc4667a58e6c43cc4553baae4a2a9053091e34e8c (diff)
Build 1.1.2.
svn path=/trunk/; revision=27235
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 03f5ebfa7d..3b17cbf977 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -71,12 +71,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 = ".";