diff options
| author | 2022-02-23 01:55:13 +1100 | |
|---|---|---|
| committer | 2022-02-23 01:55:13 +1100 | |
| commit | 31f001e5019f2ce93a02e825a798ac2764eff8ca (patch) | |
| tree | e7d287e6f742d072e395df9e5d6f6a373d986ac6 /makefile | |
| parent | bfb7a71a623e25e98e9704ba76a29ca78e7ce521 (diff) | |
Bump version to 0.241mame0241
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1546,7 +1546,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.240"' > $@ + @echo '#define BARE_BUILD_VERSION "0.241"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1556,7 +1556,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.240" > $@ + @echo #define BARE_BUILD_VERSION "0.241" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
