summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-06-26 15:55:07 +1000
committer Vas Crabb <vas@vastheman.com>2020-06-26 15:55:07 +1000
commit6d50d60a43b335d71d9a2d0496deeb6973658423 (patch)
tree17fafd12fb534b16a6502baf31d09cb950f037ec /makefile
parent8bf71eec3b9a97ce7a04a2df6bd5d9121a8f6874 (diff)
version bump (nw)mame0222
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 2a4c4a1e809..2ab42f9190a 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.221"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.222"' > $@
@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.221" > $@
+ @echo #define BARE_BUILD_VERSION "0.222" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@