diff options
author | 2018-12-26 01:27:31 +1100 | |
---|---|---|
committer | 2018-12-26 01:27:31 +1100 | |
commit | b691c38273deb3231443e2a8ececd8a29dda8e62 (patch) | |
tree | 341917fb74b171fb5f0fa7e514b2c9322393b347 /makefile | |
parent | b1b17d9ce4973ea03e82959a83ce9e6ae4f11dc7 (diff) |
version bump (nw)mame0205
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1608,14 +1608,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.204"' > $@ + @echo '#define BARE_BUILD_VERSION "0.205"' > $@ @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.204" > $@ + @echo #define BARE_BUILD_VERSION "0.205" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |