2008-11-05 Zoltan Varga <vargaz@gmail.com>
commit7152c53ae267a5f9809ac70b70b8fda2d61289d0
authorZoltan Varga <vargaz@gmail.com>
Wed, 5 Nov 2008 14:57:16 +0000 (5 14:57 -0000)
committerZoltan Varga <vargaz@gmail.com>
Wed, 5 Nov 2008 14:57:16 +0000 (5 14:57 -0000)
treee44a2f05857f552820916cc1d8fbc38325191cde
parent7777a34c2b8246d643f4e89cc2b298c3595ad476
2008-11-05  Zoltan Varga  <vargaz@gmail.com>

* mini.c (mono_build_date): New global version holding the build date in
string format.

* Makefile.am (buildver.c): Generate a file containing the build date.

* main.c: Set the build date from the generated file.

* mini.c (mono_get_runtime_build_info): New helper function returning build
information in a string format.

* driver.c (mono_main): Print the build date in --version.

* aot-compiler.c aot-runtime.c: Embed the build information into the AOT
file when the bind-to-runtime-version option is used.

svn path=/trunk/mono/; revision=117977
mono/mini/ChangeLog
mono/mini/Makefile.am
mono/mini/aot-compiler.c
mono/mini/aot-runtime.c
mono/mini/driver.c
mono/mini/mini.c
mono/mini/mini.h