summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-04-06 03:42:38 +1000
committer Vas Crabb <vas@vastheman.com>2020-04-06 03:42:38 +1000
commitc5c5723b9d5c19220825eaaebf4eb12e2f452a7a (patch)
treeec79afabbc9a28bcf0baf00fe19f8a74b308d4ea /makefile
parentebbb2b39cb1f44ab3ff1656ab6ddef9029237687 (diff)
version bump (nw)mame0220
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 2327ee23cb9..c756efaa1cb 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.219"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.220"' > $@
@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.219" > $@
+ @echo #define BARE_BUILD_VERSION "0.220" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@