From 223f9493df8bca70d7d594cd42d7668fb94609d3 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 12 Dec 2007 11:23:21 -0600 Subject: [PATCH] installer: reverted to VERSION_FROM => 'C4/Context.pm' --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index e8cef00360..888d81422b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ', NO_META => 1, -- 2.39.5