mirror of
https://github.com/holub/mame
synced 2025-05-17 19:24:59 +03:00
14 lines
416 B
C
14 lines
416 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.
|
|
|
|
***************************************************************************/
|
|
|
|
extern const char build_version[];
|
|
const char build_version[] = "0.141 ("__DATE__")";
|