mirror of
https://github.com/mamedev/mame.git
synced 2025-04-02 10:52:13 -04:00
12 lines
381 B
C
12 lines
381 B
C
/***************************************************************************
|
|
|
|
version.c
|
|
|
|
Version string source file for MAME.
|
|
|
|
Copyright Nicola Salmoria and the MAME Team.
|
|
Visit http://mamedev.org for licensing and usage restrictions.
|
|
|
|
***************************************************************************/
|
|
|
|
const char build_version[] = "0.125 ("__DATE__")";
|