diff options
author | 2017-05-31 09:08:49 +1000 | |
---|---|---|
committer | 2017-05-31 09:08:49 +1000 | |
commit | e4c6cb15e02301f7b21c8fc155a6edeb417d25e7 (patch) | |
tree | 211a5d469fd0fb963938c0eb02307f38e3a55d2e /makefile | |
parent | a994ea3f294f83617d2d8cc606ed7c33731a1ded (diff) |
version bump (nw)mame0186
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1546,14 +1546,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.185"' > $@ + @echo '#define BARE_BUILD_VERSION "0.186"' > $@ @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.185" > $@ + @echo #define BARE_BUILD_VERSION "0.186" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |