summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-10-30 23:23:19 +1100
committer Vas Crabb <vas@vastheman.com>2024-10-30 23:23:19 +1100
commit4da96a0c4fbc9ee692082e889b3a5a913fc0659e (patch)
treee83f66dfa3e0b77fd060654c01de03e0a5fe923b /makefile
parent09877a4f62d6473ccfea350f7ad754660d442498 (diff)
Bumped version to 0.271mame0271
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index ddf809310a0..6039e9e7e9d 100644
--- a/makefile
+++ b/makefile
@@ -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[]; >> $@