diff options
| author | 2022-04-01 01:07:51 +1100 | |
|---|---|---|
| committer | 2022-04-01 01:07:51 +1100 | |
| commit | e8166b52740880cedfee0b779eb71c5994ff0334 (patch) | |
| tree | 4b81870f7ecc2cb0abaaefdd987040f7c333ef0a /makefile | |
| parent | ec426cd79c9f2a024b4bdb5194ef9af4a15ea4fd (diff) | |
Bump version to 0.242mame0242
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.241"' > $@ + @echo '#define BARE_BUILD_VERSION "0.242"' > $@ @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.241" > $@ + @echo #define BARE_BUILD_VERSION "0.242" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
