diff options
author | 2018-03-28 01:21:46 +1100 | |
---|---|---|
committer | 2018-03-28 01:21:46 +1100 | |
commit | e8f2016076bc1f3e4ee4de1475ad07ee09187bce (patch) | |
tree | 8a0bdafd3661cdc8016effa657acdc5e97bc4c6c /makefile | |
parent | edd932d78e74dd302f42ab81bd5662ee7ae592a2 (diff) |
version bump (nw)mame0196
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1566,14 +1566,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.195"' > $@ + @echo '#define BARE_BUILD_VERSION "0.196"' > $@ @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.195" > $@ + @echo #define BARE_BUILD_VERSION "0.196" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |