summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-10-30 04:16:37 +1100
committer Vas Crabb <vas@vastheman.com>2019-10-30 04:16:37 +1100
commite9ef4808dd1fe9e5d3c26bc0c1144209503222ab (patch)
tree588947100a9a5f65b5acab010ead9acee4827116 /makefile
parentd4a42bd13f60732a208fb143da4b303746a368d9 (diff)
version bump (nw)mame0215
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 6b6d256b855..d51272121ba 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.214"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.215"' > $@
@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.214" > $@
+ @echo #define BARE_BUILD_VERSION "0.215" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@