summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-04-28 01:32:05 +1000
committer Vas Crabb <vas@vastheman.com>2021-04-28 01:32:05 +1000
commit1f2211366135e116c4a92aa2f49b9b81184a8726 (patch)
tree0d9d0381911e855eebaf3b26e0c6e9a2675fa3e5 /makefile
parent22b036b715f4d9a60f9f499e3602fa5383933966 (diff)
Version bump for 0.231mame0231
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 817a2fa29b4..a98d55483cf 100644
--- a/makefile
+++ b/makefile
@@ -1755,14 +1755,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.230"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.231"' > $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char build_version[];' >> $@
@echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
@echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
else
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo #define BARE_BUILD_VERSION "0.230" > $@
+ @echo #define BARE_BUILD_VERSION "0.231" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@