summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-08-06 05:48:15 +1000
committer Vas Crabb <vas@vastheman.com>2020-08-06 05:48:15 +1000
commitc55a261d26d225c5c847c046f729290139b6546e (patch)
treec20be560b547c3a3cfdbd59e18391a909d67fe19 /makefile
parent309a2ee063ecf5e1cbd3df8a1e4c17ae691b2668 (diff)
version bump for 0.223mame0223
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 2ab42f9190a..656ff09abad 100644
--- a/makefile
+++ b/makefile
@@ -1704,14 +1704,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.222"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.223"' > $@
@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.222" > $@
+ @echo #define BARE_BUILD_VERSION "0.223" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@