Skip to content

Commit 925c48f

Browse files
committed
Welcome 2014 (a **very** late welcome, that is)
1 parent b626540 commit 925c48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/xp/runtime/Version.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static function main(array $args) {
2323
zend_version(),
2424
php_uname()
2525
);
26-
Console::writeLine('Copyright (c) 2001-2013 the XP group');
26+
Console::writeLine('Copyright (c) 2001-2014 the XP group');
2727
foreach (\lang\ClassLoader::getLoaders() as $delegate) {
2828
Console::writeLine($delegate->toString());
2929
}

0 commit comments

Comments
 (0)