diff options
| author | 2021-10-26 15:50:06 +1100 | |
|---|---|---|
| committer | 2021-10-26 15:50:06 +1100 | |
| commit | 34d8357465cadf0ec30dc069f8b60d7b24bbf7a4 (patch) | |
| tree | 3c15dcf28842ea95fc94793fbfe5aef4cd82d5fb /makefile | |
| parent | 97536324921b26f9e423fa82db6d772891885c37 (diff) | |
Bump version to 0.237mame0237
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1757,7 +1757,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.236"' > $@ + @echo '#define BARE_BUILD_VERSION "0.237"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1767,7 +1767,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) @echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@ else $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo #define BARE_BUILD_VERSION "0.236" > $@ + @echo #define BARE_BUILD_VERSION "0.237" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
