installer: reverted to VERSION_FROM => 'C4/Context.pm'
This commit is contained in:
parent
5ccd6098ab
commit
223f9493df
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue