summaryrefslogtreecommitdiffstatshomepage
path: root/src/version.c
blob: 7e0ba63b3c0022d68988cf5764b71dc2a5b91fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/***************************************************************************

    version.c

    Version string source file for MAME.

***************************************************************************/

extern const char build_version[];
const char build_version[] = "0.154 ("__DATE__")";