blob: b868eebb07851340d5d5c77c4e43c18f2e130ea4 (
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.153 ("__DATE__")";
|