diff options
| author | 2025-03-30 10:51:08 +1100 | |
|---|---|---|
| committer | 2025-03-30 10:51:08 +1100 | |
| commit | 758c8a169a44f0ce3abfd28e8b5c44cc49148eba (patch) | |
| tree | 7d2116945efdd7ec39a253d43840b9c552bcea0d /makefile | |
| parent | f63f686be0c401c937c6c2e5949314d0100444f5 (diff) | |
Bumped version to 0.276mame0276
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.275"' > $@ + @echo '#define BARE_BUILD_VERSION "0.276"' > $@ @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.275" > $@ + @echo #define BARE_BUILD_VERSION "0.276" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
