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'));