diff options
| author | 2025-04-30 05:09:05 +1000 | |
|---|---|---|
| committer | 2025-04-30 05:09:05 +1000 | |
| commit | 3131c646727a068ea81f8133c3e6be06b7d3bd42 (patch) | |
| tree | 744a22f67df32c474dc45cde5526a83085adea71 /makefile | |
| parent | b7c8cc8f400ddecd585620beaccc210e7b0d87a0 (diff) | |
| parent | 84cb44566cbcee2d4bc657725be070e7d6820dd6 (diff) | |
Merge tag 'mame0277' into HEAD
MAME 0.277
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1528,7 +1528,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.276"' > $@ + @echo '#define BARE_BUILD_VERSION "0.277"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1538,7 +1538,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.276" > $@ + @echo #define BARE_BUILD_VERSION "0.277" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
