diff options
| author | 2023-10-24 02:53:41 +1100 | |
|---|---|---|
| committer | 2023-10-24 02:53:41 +1100 | |
| commit | 0a7f1fe9cf05f8f6df2ec62e99db0cd4b3e440d6 (patch) | |
| tree | c24236114eb45fcbbf312f1e4b0f8392815f6112 /makefile | |
| parent | 91a203365001085d3d6c9cd293dcf55285f45e83 (diff) | |
Bump version to 0.260mame0260
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1564,7 +1564,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.259"' > $@ + @echo '#define BARE_BUILD_VERSION "0.260"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1574,7 +1574,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.259" > $@ + @echo #define BARE_BUILD_VERSION "0.260" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
