attached a patch that makes ./parrot --version respond copyright 2001-2007, instead of 2001-2006.

regards,
kjs
Index: compilers/imcc/main.c
===================================================================
--- compilers/imcc/main.c	(revision 16864)
+++ compilers/imcc/main.c	(working copy)
@@ -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