diff options
author | 2020-10-27 12:00:36 +1100 | |
---|---|---|
committer | 2020-10-27 12:00:36 +1100 | |
commit | 3c56452b07a41724a8d13d15a713746446291498 (patch) | |
tree | efe4b77aa20c2ff528ee5f54848b6a41057aaa2f /makefile | |
parent | 2637351cbd777eb10629bb2f8bc12eab08ab72a6 (diff) |
Bump version to 0.226mame0226
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1719,14 +1719,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.225"' > $@ + @echo '#define BARE_BUILD_VERSION "0.226"' > $@ @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.225" > $@ + @echo #define BARE_BUILD_VERSION "0.226" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |