Build 1.1.3.

svn path=/trunk/; revision=27765
This commit is contained in:
Gerald Combs 2009-03-17 23:26:55 +00:00
parent e7ccbd26d1
commit 86ea84d2e4
1 changed files with 4 additions and 4 deletions

View File

@ -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 = ".";