diff options
| author | 2022-07-30 20:51:14 +1000 | |
|---|---|---|
| committer | 2022-07-30 20:51:14 +1000 | |
| commit | 205b03897c62f3380a0c329ddbfed33a17ff56e7 (patch) | |
| tree | a401dcb1f4ecba033a8b48163b8db9f24264968c /makefile | |
| parent | 36a117cc8a9d7e8ed4b734d6e1451f2c1e8cfa57 (diff) | |
Bump version to 0.246mame0246
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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[]; >> $@ |
