driver.c: Revert "Update message"
authorAaron Bockover <abock@xamarin.com>
Thu, 16 Jan 2014 23:02:08 +0000 (18:02 -0500)
committerAaron Bockover <abock@xamarin.com>
Thu, 16 Jan 2014 23:02:08 +0000 (18:02 -0500)
This reverts commit 85841d0bbdb10e73373032ba4f2cd88a4ec9f80d.

Some scripts unfortunately depend on the verbage "Mono JIT compiler"
in the "mono --version" message. While this was never a blessed
or supported way of getting the version (use pkg-config) of Mono,
nonetheless this breaks some important stuff. We can use the better
message in the (somewhat distant) future.

mono/mini/driver.c

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