diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-02-11 16:38:42 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-02-11 16:38:42 +0000 |
commit | 7e9faae9d9668d25f435681a93374060fb58eeab (patch) | |
tree | 5e4737c22c5427bc1a771784a242a26a2dcae06a /make-version.pl | |
parent | cca0eb254f2cafedc90f98f4d010439db389247a (diff) | |
download | wireshark-7e9faae9d9668d25f435681a93374060fb58eeab.tar.gz wireshark-7e9faae9d9668d25f435681a93374060fb58eeab.tar.bz2 wireshark-7e9faae9d9668d25f435681a93374060fb58eeab.zip |
1.3.3 -> 1.3.4.
svn path=/trunk/; revision=31865
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 6de7cdc7af..48eca2debc 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 = "."; |