summaryrefslogtreecommitdiffstatshomepage
path: root/src/version.cpp
blob: 0e42f37eb5d9b4de21cf98a35d92224148fa89e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/***************************************************************************

    version.c

    Version string source file for MAME.

***************************************************************************/

#define BARE_BUILD_VERSION "0.171"

extern const char bare_build_version[];
extern const char build_version[];
const char bare_build_version[] = BARE_BUILD_VERSION;
const char build_version[] = BARE_BUILD_VERSION " (" __DATE__")";
fac38101549e9ee'>Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-10/+11 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1 * Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-40/+40 * reverting: