diff options
author | 2018-11-28 06:12:23 +1100 | |
---|---|---|
committer | 2018-11-28 06:12:23 +1100 | |
commit | c6150e754289e07af2579c40cbc53d06115b9d8a (patch) | |
tree | d809b4bfee16452d7b22a462bb4476e0b622d955 /makefile | |
parent | b47259fa0800d8fa22b28e3547865e83ba94702b (diff) |
version bump (nw)mame0204
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1584,14 +1584,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.203"' > $@ + @echo '#define BARE_BUILD_VERSION "0.204"' > $@ @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.203" > $@ + @echo #define BARE_BUILD_VERSION "0.204" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |