diff options
| author | 2021-09-28 12:48:17 +1000 | |
|---|---|---|
| committer | 2021-09-28 12:48:17 +1000 | |
| commit | 5e865af540563eeda57bc159723908a169c57d28 (patch) | |
| tree | d3c6b7e3ee0b0104492656004aa4dd4060e975b2 /makefile | |
| parent | d173b601c301a3c75a5c351bdd623b4d984593a9 (diff) | |
Bump version to 0.236mame0236
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1756,14 +1756,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.235"' > $@ + @echo '#define BARE_BUILD_VERSION "0.236"' > $@ @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.235" > $@ + @echo #define BARE_BUILD_VERSION "0.236" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |
