mirror of
https://github.com/holub/mame
synced 2025-08-01 14:17:04 +03:00
13 lines
390 B
C
13 lines
390 B
C
/***************************************************************************
|
|
|
|
version.c
|
|
|
|
Version string source file for MAME.
|
|
|
|
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team.
|
|
Visit http://mamedev.org for licensing and usage restrictions.
|
|
|
|
***************************************************************************/
|
|
|
|
char build_version[] = "0.121 ("__DATE__")";
|