summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-04-30 05:09:05 +1000
committer Vas Crabb <vas@vastheman.com>2025-04-30 05:09:05 +1000
commit3131c646727a068ea81f8133c3e6be06b7d3bd42 (patch)
tree744a22f67df32c474dc45cde5526a83085adea71 /makefile
parentb7c8cc8f400ddecd585620beaccc210e7b0d87a0 (diff)
parent84cb44566cbcee2d4bc657725be070e7d6820dd6 (diff)
Merge tag 'mame0277' into HEAD
MAME 0.277
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 1b2437a0773..13b7b535989 100644
--- a/makefile
+++ b/makefile
@@ -1528,7 +1528,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[];' >> $@
@@ -1538,7 +1538,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[]; >> $@