Skip to content

Commit

Permalink
[runtime] Update copyright date in --version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Jan 7, 2014
1 parent d8feb5e commit 81295dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/driver.c
Expand Up @@ -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-2013 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com\n", build);
g_print ("Mono Runtime Engine 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 ();
Expand Down

0 comments on commit 81295dd

Please sign in to comment.