Author: bernhard
Date: Fri Feb  2 10:31:25 2007
New Revision: 16865

Modified:
   trunk/compilers/imcc/main.c

Log:
Let 'parrot --version' say 'Copyright (C) 2001-2007' instead
of 'Copyright (C) 2001-2006'

Courtesy of Klaas Jan Stol.


Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c (original)
+++ trunk/compilers/imcc/main.c Fri Feb  2 10:31:25 2007
@@ -127,7 +127,7 @@
     if (PARROT_REVISION != rev) {
         printf( "Warning: used Configure.pl revision %d!\n", rev);
     }
-    printf("Copyright (C) 2001-2006, The Perl Foundation.\n\
+    printf("Copyright (C) 2001-2007, The Perl Foundation.\n\
 \n\
 Parrot may be copied only under the terms of either the Artistic License or 
the\
 \n\

Reply via email to