Make SVN-stamped versions the default again.

svn path=/trunk/; revision=26137
This commit is contained in:
Gerald Combs 2008-09-04 20:10:22 +00:00
parent 56c7f5b643
commit be3b7d470f
1 changed files with 2 additions and 4 deletions

View File

@ -70,10 +70,8 @@ my %version_pref = (
"enable" => 1,
"svn_client" => 0,
"format" => "SVN %Y%m%d%H%M%S",
#"pkg_enable" => 1,
#"pkg_format" => "-SVN-%#",
"pkg_enable" => 0,
"pkg_format" => "",
"pkg_enable" => 1,
"pkg_format" => "-SVN-%#",
);
my $srcdir = ".";