summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-02-26 00:22:55 +1100
committer Vas Crabb <vas@vastheman.com>2025-02-26 00:22:55 +1100
commit455ffbbd7e6e6e4ea77b3450d17981cfee2fc1e3 (patch)
treeddc01eb23c95f3d69e7441b2defadff2e4b3986b /makefile
parent2f1a352ac68d5bcf9a044ca27963babbb872d176 (diff)
Bumped version to 0.275mame0275
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 7e21e4ce9fc..fa859f8e042 100644
--- a/makefile
+++ b/makefile
@@ -1572,7 +1572,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.274"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.275"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1582,7 +1582,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.274" > $@
+ @echo #define BARE_BUILD_VERSION "0.275" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@