diff options
| author | 2024-10-30 23:23:19 +1100 | |
|---|---|---|
| committer | 2024-10-30 23:23:19 +1100 | |
| commit | 4da96a0c4fbc9ee692082e889b3a5a913fc0659e (patch) | |
| tree | e83f66dfa3e0b77fd060654c01de03e0a5fe923b /makefile | |
| parent | 09877a4f62d6473ccfea350f7ad754660d442498 (diff) | |
Bumped version to 0.271mame0271
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1578,7 +1578,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.270"' > $@ + @echo '#define BARE_BUILD_VERSION "0.271"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1588,7 +1588,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.270" > $@ + @echo #define BARE_BUILD_VERSION "0.271" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
