Update message
authorMiguel de Icaza <miguel@gnome.org>
Mon, 16 Sep 2013 20:28:29 +0000 (16:28 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 23 Sep 2013 17:03:12 +0000 (13:03 -0400)
mono/mini/driver.c

index cef75f395c1d65cfdacb5f29948afc340b9c366c..7e8ea90a54741b1a5dede7ceb1d602325a10b763 100644 (file)
@@ -1492,7 +1492,7 @@ mono_main (int argc, char* argv[])
                        char *build = mono_get_runtime_build_info ();
                        char *gc_descr;
 
-                       g_print ("Mono JIT compiler version %s\nCopyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com\n", build);
+                       g_print ("Mono Runtime Engine version %s\nCopyright (C) 2002-2013 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com\n", build);
                        g_free (build);
                        g_print (info);
                        gc_descr = mono_gc_get_description ();