diff options
author | 2019-09-02 21:35:00 +1000 | |
---|---|---|
committer | 2019-09-02 21:35:00 +1000 | |
commit | f7172322a2e5392b2543efd0ef91cf1f53402683 (patch) | |
tree | 7eef33f19bc2e9ef90d0669a554efb62c98c96d2 /makefile | |
parent | 4ebd9f8337633ca03622c897183efe4b8808a334 (diff) |
version bump (nw)mame0213
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1645,14 +1645,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.212"' > $@ + @echo '#define BARE_BUILD_VERSION "0.213"' > $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char build_version[];' >> $@ @echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@ @echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@ else $(GENDIR)/version.cpp: $(GENDIR)/git_desc - @echo #define BARE_BUILD_VERSION "0.212" > $@ + @echo #define BARE_BUILD_VERSION "0.213" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |