summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-10-31 08:06:54 +1100
committer Vas Crabb <vas@vastheman.com>2025-10-31 08:06:54 +1100
commit7b051ce4afac3a247cc4bd11460fedca645cea57 (patch)
tree5fa7d424cddeefa6f1351729a144be690251a5ed /makefile
parent53137914d20158052b72e4202f2b1ff46d0dc610 (diff)
Bumped version to 0.282mame0282
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 8dc372b205b..a6dda1984e7 100644
--- a/makefile
+++ b/makefile
@@ -1533,7 +1533,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.281"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.282"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1543,7 +1543,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.281" > $@
+ @echo #define BARE_BUILD_VERSION "0.282" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@