summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-11-28 03:32:18 +1100
committer Vas Crabb <vas@vastheman.com>2025-11-28 03:32:18 +1100
commit494babc31137219742579374753848207c35339d (patch)
tree9aef2f71ef9582a25f560c316ad5c3f1674072ae /makefile
parentf124f2ddffaca816f1e777f7d56b2eb902c762d1 (diff)
Bumped version to 0.283mame0283
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index a6dda1984e7..893adde67a5 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.282"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.283"' > $@
@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.282" > $@
+ @echo #define BARE_BUILD_VERSION "0.283" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@