Switch back to normal versioning.

svn path=/trunk/; revision=30733
This commit is contained in:
Gerald Combs 2009-10-27 19:36:31 +00:00
parent 1bc9218ac2
commit bcebc020ed
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 = ".";