summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-04-29 17:11:59 +1000
committer Vas Crabb <vas@vastheman.com>2025-04-29 17:11:59 +1000
commit84cb44566cbcee2d4bc657725be070e7d6820dd6 (patch)
tree1a112ad35881517da6be6bd61c28f84c22a4d839 /makefile
parentc711f95bbf893fd3ddc9b3e2a7c49511f0c605c9 (diff)
Bumped version to 0.277mame0277
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 4bb8b68b9fb..78351e7896d 100644
--- a/makefile
+++ b/makefile
@@ -1523,7 +1523,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.276"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.277"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1533,7 +1533,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.276" > $@
+ @echo #define BARE_BUILD_VERSION "0.277" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@