Try building 1.11.0.

svn path=/trunk/; revision=52628
This commit is contained in:
Gerald Combs 2013-10-15 18:40:00 +00:00
parent 63e4539229
commit b4f3f2ffd6
1 changed files with 4 additions and 4 deletions

View File

@ -85,12 +85,12 @@ my %version_pref = (
"is_release" => 0,
# 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 = ".";
my $info_cmd = "";