summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-12-31 01:04:04 +1100
committer Vas Crabb <vas@vastheman.com>2025-12-31 01:04:04 +1100
commit7b4d4c14e943847628522d5b9ea053600ac4faf1 (patch)
tree134cbd515785afa4423fedcb118f76c50c1c304f /makefile
parent9aba7a8bf02b9149d6d6fda9820eb50f34bb5df5 (diff)
Bumped version to 0.284mame0284
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 0815065bff8..ed5d8dd1747 100644
--- a/makefile
+++ b/makefile
@@ -1537,7 +1537,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.283"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.284"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1547,7 +1547,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.283" > $@
+ @echo #define BARE_BUILD_VERSION "0.284" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@