mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
13 lines
383 B
C
13 lines
383 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.128u2 ("__DATE__")";
|