diff options
author | 2020-06-26 15:55:07 +1000 | |
---|---|---|
committer | 2020-06-26 15:55:07 +1000 | |
commit | 6d50d60a43b335d71d9a2d0496deeb6973658423 (patch) | |
tree | 17fafd12fb534b16a6502baf31d09cb950f037ec /makefile | |
parent | 8bf71eec3b9a97ce7a04a2df6bd5d9121a8f6874 (diff) |
version bump (nw)mame0222
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.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; >> $@ |