diff options
author | 2017-12-27 12:45:37 +1100 | |
---|---|---|
committer | 2017-12-27 12:45:37 +1100 | |
commit | bf28b347fb0fd51950a161d2ac2da517bfacb102 (patch) | |
tree | 5f1b94feb74f6b957bb5c01ef464b546dc8042b9 /makefile | |
parent | 5a9200e1b6a2fe330cae29fba70ef0db9956eb5f (diff) |
version bump (nw)mame0193
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1547,14 +1547,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.192"' > $@ + @echo '#define BARE_BUILD_VERSION "0.193"' > $@ @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.192" > $@ + @echo #define BARE_BUILD_VERSION "0.193" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |