diff options
author | 2019-04-24 15:00:38 +1000 | |
---|---|---|
committer | 2019-04-24 15:00:38 +1000 | |
commit | 2b317bf296537e72f6fdf396728fd8ee7088162d (patch) | |
tree | 7ceed5cd680e219341f2d801aa5c2819c7650d4f /makefile | |
parent | 476237947f705ec8a1bf648146c33eabe45809c1 (diff) |
version bump (nw)mame0209
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1625,14 +1625,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.208"' > $@ + @echo '#define BARE_BUILD_VERSION "0.209"' > $@ @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.208" > $@ + @echo #define BARE_BUILD_VERSION "0.209" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |