summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-08-30 05:13:51 +1000
committer Vas Crabb <vas@vastheman.com>2025-08-30 05:13:51 +1000
commitec9abd86c6c9029f67e9cf4908ef5426b78d3eab (patch)
tree8cb8321c0d951aaed6a1188fe20db2a7d27b1d01 /makefile
parent1ead624f414a9a0d6de4d8e5760776813f97937d (diff)
Bumped version to 0.280mame0280
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 35c68b967f4..b67fde0505c 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.279"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.280"' > $@
@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.279" > $@
+ @echo #define BARE_BUILD_VERSION "0.280" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@