diff options
| author | 2021-03-31 12:05:54 +1100 | |
|---|---|---|
| committer | 2021-03-31 12:05:54 +1100 | |
| commit | 71b8df04170eb3bf45f5a33af2b7537d3fd5059b (patch) | |
| tree | f3eb231579a8bda029dfb6e32c241a0f6d1a00ba /makefile | |
| parent | 67f55bbc0c3a2829901502d4f64ca683d5864e03 (diff) | |
| parent | 943c06cba087c19574714e26e68f5668c87730f1 (diff) | |
Merge tag 'mame0230' into mainline-master
MAME 0.230
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1755,14 +1755,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.229"' > $@ + @echo '#define BARE_BUILD_VERSION "0.230"' > $@ @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: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo #define BARE_BUILD_VERSION "0.229" > $@ + @echo #define BARE_BUILD_VERSION "0.230" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |
