diff options
| author | 2024-09-25 06:02:22 +1000 | |
|---|---|---|
| committer | 2024-09-25 06:02:22 +1000 | |
| commit | ef032a31e50e861d4f593fa4d5e9a8c4cc06b0e1 (patch) | |
| tree | 55bcfb146038876fe3d9f2ef7f31d462f6d26f5b /makefile | |
| parent | 2e1b80ffdc9159c0a1f9348bdd434e9ff2baed69 (diff) | |
Bumped version to 0.270mame0270
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.269"' > $@ + @echo '#define BARE_BUILD_VERSION "0.270"' > $@ @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.269" > $@ + @echo #define BARE_BUILD_VERSION "0.270" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
