summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-03-31 12:05:54 +1100
committer Vas Crabb <vas@vastheman.com>2021-03-31 12:05:54 +1100
commit71b8df04170eb3bf45f5a33af2b7537d3fd5059b (patch)
treef3eb231579a8bda029dfb6e32c241a0f6d1a00ba /makefile
parent67f55bbc0c3a2829901502d4f64ca683d5864e03 (diff)
parent943c06cba087c19574714e26e68f5668c87730f1 (diff)
Merge tag 'mame0230' into mainline-master
MAME 0.230
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 67a5a88e6f2..817a2fa29b4 100644
--- a/makefile
+++ b/makefile
@@ -1755,14 +1755,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.229"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.230"' > $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char build_version[];' >> $@
@echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
@echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
else
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo #define BARE_BUILD_VERSION "0.229" > $@
+ @echo #define BARE_BUILD_VERSION "0.230" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@