mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Cleanups and version bump.
This commit is contained in:
parent
a8bd722f18
commit
fe3d7c4af4
@ -208,7 +208,7 @@ DEFS += -Dmain=utf8_main
|
|||||||
|
|
||||||
# debug build: enable guard pages on all memory allocations
|
# debug build: enable guard pages on all memory allocations
|
||||||
ifdef DEBUG
|
ifdef DEBUG
|
||||||
DEFS += -DMALLOC_DEBUG
|
#DEFS += -DMALLOC_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,4 +10,4 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
extern const char build_version[];
|
extern const char build_version[];
|
||||||
const char build_version[] = "0.136u1 ("__DATE__")";
|
const char build_version[] = "0.136u2 ("__DATE__")";
|
||||||
|
Loading…
Reference in New Issue
Block a user