summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-09-28 12:48:17 +1000
committer Vas Crabb <vas@vastheman.com>2021-09-28 12:48:17 +1000
commit5e865af540563eeda57bc159723908a169c57d28 (patch)
treed3c6b7e3ee0b0104492656004aa4dd4060e975b2 /makefile
parentd173b601c301a3c75a5c351bdd623b4d984593a9 (diff)
Bump version to 0.236mame0236
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 0d97fe988c2..0090c065c8e 100644
--- a/makefile
+++ b/makefile
@@ -1756,14 +1756,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.235"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.236"' > $@
@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.235" > $@
+ @echo #define BARE_BUILD_VERSION "0.236" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@