diff options
| author | 2021-06-30 23:39:06 +1000 | |
|---|---|---|
| committer | 2021-06-30 23:39:06 +1000 | |
| commit | 05d0cf61e7f929d1b3b5582b500648c4253dac60 (patch) | |
| tree | a9ba01069c9486b06f5380ce83d60cb03080dbc0 /makefile | |
| parent | e1ceb9f3e88b02ff6da3003f9e5f94ea2771b5e4 (diff) | |
Bump version to 0.233mame0233
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.232"' > $@ + @echo '#define BARE_BUILD_VERSION "0.233"' > $@ @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.232" > $@ + @echo #define BARE_BUILD_VERSION "0.233" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |
