installer: reverted to VERSION_FROM => 'C4/Context.pm'

This commit is contained in:
Galen Charlton 2007-12-12 11:23:21 -06:00
parent 5ccd6098ab
commit 223f9493df

View file

@ -412,7 +412,7 @@ if ($config{'INSTALL_ZEBRA'} eq "yes") {
WriteMakefile(
NAME => 'koha',
#VERSION => strftime('2.9.%Y%m%d%H',gmtime),
VERSION_FROM => 'kohaversion.pl',
VERSION_FROM => 'C4/Context.pm',
ABSTRACT => 'Award-winning integrated library system (ILS) and Web OPAC',
AUTHOR => 'Koha Developers <koha-devel@nongnu.org>',
NO_META => 1,