summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-07-30 20:51:14 +1000
committer Vas Crabb <vas@vastheman.com>2022-07-30 20:51:14 +1000
commit205b03897c62f3380a0c329ddbfed33a17ff56e7 (patch)
treea401dcb1f4ecba033a8b48163b8db9f24264968c /makefile
parent36a117cc8a9d7e8ed4b734d6e1451f2c1e8cfa57 (diff)
Bump version to 0.246mame0246
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 891c9195489..f8b233d769d 100644
--- a/makefile
+++ b/makefile
@@ -1569,7 +1569,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.245"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.246"' > $@
@echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char bare_vcs_revision[];' >> $@
@@ -1579,7 +1579,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.245" > $@
+ @echo #define BARE_BUILD_VERSION "0.246" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@