diff options
| author | 2021-05-27 18:46:00 +1000 | |
|---|---|---|
| committer | 2021-05-27 18:46:00 +1000 | |
| commit | 3820dfa4e44fbe8795e3aeec4bea783528786ecb (patch) | |
| tree | 40b5b83430cf539734cb3c88c345c64d016fa296 /makefile | |
| parent | a6523b5d9b6d6cdd1905eca52ab1df7fdfbd45f8 (diff) | |
| parent | 2b0f01bc3aee493b3c05cf34c15af7cf5521210a (diff) | |
Merge tag 'mame0232' into mainline-master
MAME 0.232
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1760,14 +1760,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.231"' > $@ + @echo '#define BARE_BUILD_VERSION "0.232"' > $@ @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.231" > $@ + @echo #define BARE_BUILD_VERSION "0.232" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |
