diff options
author | 2020-05-18 10:52:33 +1000 | |
---|---|---|
committer | 2020-05-18 10:52:33 +1000 | |
commit | e8a0e0469b0e7956be5e3b0c4d243c65d7b8406c (patch) | |
tree | d7bfe16994cf012a58a7207bf029c56243016121 /makefile | |
parent | 180d2a582224f97ba84e4c4516558ea351d920f5 (diff) |
version bump (nw)mame0221
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.220"' > $@ + @echo '#define BARE_BUILD_VERSION "0.221"' > $@ @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.220" > $@ + @echo #define BARE_BUILD_VERSION "0.221" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |