We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b626540 commit 925c48fCopy full SHA for 925c48f
src/main/php/xp/runtime/Version.class.php
@@ -23,7 +23,7 @@ public static function main(array $args) {
23
zend_version(),
24
php_uname()
25
);
26
- Console::writeLine('Copyright (c) 2001-2013 the XP group');
+ Console::writeLine('Copyright (c) 2001-2014 the XP group');
27
foreach (\lang\ClassLoader::getLoaders() as $delegate) {
28
Console::writeLine($delegate->toString());
29
}
0 commit comments