diff options
author | 2019-10-30 04:16:37 +1100 | |
---|---|---|
committer | 2019-10-30 04:16:37 +1100 | |
commit | e9ef4808dd1fe9e5d3c26bc0c1144209503222ab (patch) | |
tree | 588947100a9a5f65b5acab010ead9acee4827116 /makefile | |
parent | d4a42bd13f60732a208fb143da4b303746a368d9 (diff) |
version bump (nw)mame0215
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; >> $@ |