diff options
| author | 2025-02-26 00:22:55 +1100 | |
|---|---|---|
| committer | 2025-02-26 00:22:55 +1100 | |
| commit | 455ffbbd7e6e6e4ea77b3450d17981cfee2fc1e3 (patch) | |
| tree | ddc01eb23c95f3d69e7441b2defadff2e4b3986b /makefile | |
| parent | 2f1a352ac68d5bcf9a044ca27963babbb872d176 (diff) | |
Bumped version to 0.275mame0275
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1572,7 +1572,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.274"' > $@ + @echo '#define BARE_BUILD_VERSION "0.275"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1582,7 +1582,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.274" > $@ + @echo #define BARE_BUILD_VERSION "0.275" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
