diff options
author | 2022-04-29 15:37:26 +1000 | |
---|---|---|
committer | 2022-04-29 15:37:26 +1000 | |
commit | addbb8ab40b4f0e780a6937a8788c8bb6bbcb3da (patch) | |
tree | 0b8945162c298e0d351fce2be6cd6ceaf9315ad1 | |
parent | 99af2df00fed9797dfec56b53c64bbca798b91ac (diff) |
Bump version to 0.243 in makefile, too.mame0243
-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.242"' > $@ + @echo '#define BARE_BUILD_VERSION "0.243"' > $@ @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.242" > $@ + @echo #define BARE_BUILD_VERSION "0.243" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |