summaryrefslogtreecommitdiffstatshomepage
path: root/src/version.c
blob: e2de6a885a071538c2de51826fffe9885ad81ae6 (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.150 ("__DATE__")";