diff options
author | 2020-04-06 03:42:38 +1000 | |
---|---|---|
committer | 2020-04-06 03:42:38 +1000 | |
commit | c5c5723b9d5c19220825eaaebf4eb12e2f452a7a (patch) | |
tree | ec79afabbc9a28bcf0baf00fe19f8a74b308d4ea /makefile | |
parent | ebbb2b39cb1f44ab3ff1656ab6ddef9029237687 (diff) |
version bump (nw)mame0220
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.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; >> $@ |