aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-04 19:37:16 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-09-04 19:37:16 +0000
commit015694b7b05b6ccdc4215564824f4aa28b48b287 (patch)
tree5cbd66eaf4c6681a71d250cc8470a1c549391756 /make-version.pl
parent64dd229eaec693b71a18f56dc6cf3d17e5880a6e (diff)
Move the trunk to 1.1.0. Temporarily build a non-SVN-stamped package, so
that we can build 1.1.0 packages. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26136 f5534014-38df-0310-8fa8-9805f1628bb7
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 = ".";