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