diff options
| author | 2024-02-27 23:17:06 +1100 | |
|---|---|---|
| committer | 2024-02-27 23:17:06 +1100 | |
| commit | 93d83183259b82e18932be292cc815e864c24d78 (patch) | |
| tree | 777df5c6433e49f15a66446675bdbf6a04859768 /makefile | |
| parent | 2f642fcc60a9fd9d5707ec1e8a5902ce07ede5d1 (diff) | |
Bumped version to 0.263mame0263
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.262"' > $@ + @echo '#define BARE_BUILD_VERSION "0.263"' > $@ @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.262" > $@ + @echo #define BARE_BUILD_VERSION "0.263" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
