blob: af1c135da006cace3b1cb264afb359e29d855436 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/***************************************************************************
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.136 ("__DATE__")";
|