Build 1.3.5.

svn path=/trunk/; revision=32666
This commit is contained in:
Gerald Combs 2010-05-04 23:03:42 +00:00
parent 99005f40ad
commit cfa07ad505
1 changed files with 4 additions and 4 deletions

View File

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