mame/src/version.c
2010-03-04 08:28:27 +00:00

14 lines
418 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.136u4 ("__DATE__")";