blob: 28b98b8f31f1cb1b107ba49c0c79c82614ae6c11 (
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.151 ("__DATE__")";
|