summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-07-31 08:06:29 +1000
committer Vas Crabb <vas@vastheman.com>2025-07-31 08:06:29 +1000
commit7589dee02c587d6ebd5afbf53537ab68bf9d461d (patch)
tree5f8ad75d7229063d9d42fa05dfba856a604846b0 /makefile
parent5b166a0ad7a6586167ea2ee511e4c340f7ae8585 (diff)
Bumped version to 0.279mame0279
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 44bc6abe98f..35c68b967f4 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.278"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.279"' > $@
@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.278" > $@
+ @echo #define BARE_BUILD_VERSION "0.279" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@