diff options
| author | 2024-05-30 03:42:54 +1000 | |
|---|---|---|
| committer | 2024-05-30 03:42:54 +1000 | |
| commit | cd7817b220fdcc67da96dd51710123212174fb81 (patch) | |
| tree | 2a76321201211663694dc67011c4940c9d6503b5 /makefile | |
| parent | 711a8ba00a717e6703010f971391cb74c59b0f1a (diff) | |
Bump version to 0.266mame0266
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1578,7 +1578,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.265"' > $@ + @echo '#define BARE_BUILD_VERSION "0.266"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1588,7 +1588,7 @@ $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) @echo 'const char build_version[] = BARE_BUILD_VERSION " (" BARE_VCS_REVISION ")";' >> $@ else $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo #define BARE_BUILD_VERSION "0.265" > $@ + @echo #define BARE_BUILD_VERSION "0.266" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
