summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-06-28 01:10:40 +1000
committer Vas Crabb <vas@vastheman.com>2024-06-28 01:10:40 +1000
commit663abae07169276e6e10a2565dcfeee20d083256 (patch)
tree6ba43fac36164ae5a29d2bac36cdddd2322ba586 /makefile
parentb962c2d157c29718819a6ad1b0c50ac22ed60fbf (diff)
Bumped version to 0.267mame0267
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index e15b8e42fe9..599df7935da 100644
--- a/makefile
+++ b/makefile
@@ -1578,7 +1578,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.266"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.267"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1588,7 +1588,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.266" > $@
+ @echo #define BARE_BUILD_VERSION "0.267" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@