From 3b7532b69fe98917d48f0953d43a9a61fd15a724 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Fri, 30 Dec 2011 14:27:42 +0100 Subject: [PATCH] fix version issue --- bin/console | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/console b/bin/console index 48c99a699c..28463174ba 100755 --- a/bin/console +++ b/bin/console @@ -47,8 +47,8 @@ try This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; type `about:license' for details.\n\n" - . ' KONSOLE KOMMANDER', $Core->getVersion()->getName() - . ' ' . $Core->getVersion()->getNumber()); + . ' KONSOLE KOMMANDER', \Alchemy\Phrasea\Core\Version::getName() + . ' ' . \Alchemy\Phrasea\Core\Version::getNumber()); $app->add(new module_console_aboutAuthors('about:authors')); $app->add(new module_console_aboutLicense('about:license'));