Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/mini/driver.c')
-rw-r--r--mono/mini/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/mini/driver.c b/mono/mini/driver.c
index e9068d9278e..c4e7f4ccdb3 100644
--- a/mono/mini/driver.c
+++ b/mono/mini/driver.c
@@ -1333,7 +1333,7 @@ mono_main (int argc, char* argv[])
mini_verbose++;
} else if (strcmp (argv [i], "--version") == 0 || strcmp (argv [i], "-V") == 0) {
char *build = mono_get_runtime_build_info ();
- g_print ("Mono JIT compiler version %s\nCopyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com\n", build);
+ g_print ("Mono JIT compiler version %s\nCopyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com\n", build);
g_free (build);
g_print (info);
if (mini_verbose) {