diff options
| author | 2026-03-29 23:00:42 +1100 | |
|---|---|---|
| committer | 2026-03-29 23:00:42 +1100 | |
| commit | e776c98438a465d3486c367cbad3777a6eb7902e (patch) | |
| tree | 43be873a6c4d2b002224892fdf4f1572160d9adb /makefile | |
| parent | ded80654008db2e86a8b853db171a317bc5efda3 (diff) | |
Bumped version to 0.287mame0287
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1537,7 +1537,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.286"' > $@ + @echo '#define BARE_BUILD_VERSION "0.287"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1547,7 +1547,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.286" > $@ + @echo #define BARE_BUILD_VERSION "0.287" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
