mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
13 lines
356 B
C
13 lines
356 B
C
// 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__")";
|