summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-10-27 01:45:16 +1100
committer Vas Crabb <vas@vastheman.com>2021-10-27 01:45:16 +1100
commitb0cec43b7ec8b2a2e76bbf1c3a138e00e7195b5f (patch)
treeaee89b26cc70bcaedde3d944710bbd28ad0c6bd6 /makefile
parent66f9dadf96f2ba704ad647c59573192c22ceb144 (diff)
parent34d8357465cadf0ec30dc069f8b60d7b24bbf7a4 (diff)
Merge tag 'mame0237' into mainline-master
MAME 0.237
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 62b70d056e4..7024a9222c1 100644
--- a/makefile
+++ b/makefile
@@ -1546,7 +1546,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.236"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.237"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1556,7 +1556,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
@echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@
else
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo #define BARE_BUILD_VERSION "0.236" > $@
+ @echo #define BARE_BUILD_VERSION "0.237" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@