diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-03-31 16:29:45 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-03-31 16:29:45 +0000 |
commit | 5968d5220a37ab64d2f3eaaa7b2b35104f0aac8a (patch) | |
tree | 9a22272d4a9e3701527801a4c6efbfc8469df14f /make-version.pl | |
parent | 2867bd0f49ccd545ce82856af9f9e3f1b20f7135 (diff) | |
download | wireshark-5968d5220a37ab64d2f3eaaa7b2b35104f0aac8a.tar.gz wireshark-5968d5220a37ab64d2f3eaaa7b2b35104f0aac8a.tar.bz2 wireshark-5968d5220a37ab64d2f3eaaa7b2b35104f0aac8a.zip |
Build 1.3.4.
svn path=/trunk/; revision=32340
Diffstat (limited to 'make-version.pl')
-rwxr-xr-x | make-version.pl | 8 |
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 = "."; |