diff options
| author | 2022-12-30 01:20:09 +1100 | |
|---|---|---|
| committer | 2022-12-30 01:20:09 +1100 | |
| commit | 34e6ec1ef82cebf89e8a3e02109cef32dd19f2da (patch) | |
| tree | f56860d0679f2f441df2fc0dcdb85bba12b69f8f /makefile | |
| parent | bb457cea6cc7fef408c0a964c1be0559b5cbfeff (diff) | |
Bump version to 0.251mame0251
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1579,7 +1579,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.250"' > $@ + @echo '#define BARE_BUILD_VERSION "0.251"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1589,7 +1589,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.250" > $@ + @echo #define BARE_BUILD_VERSION "0.251" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
