diff options
| author | 2025-07-31 08:06:29 +1000 | |
|---|---|---|
| committer | 2025-07-31 08:06:29 +1000 | |
| commit | 7589dee02c587d6ebd5afbf53537ab68bf9d461d (patch) | |
| tree | 5f8ad75d7229063d9d42fa05dfba856a604846b0 /makefile | |
| parent | 5b166a0ad7a6586167ea2ee511e4c340f7ae8585 (diff) | |
Bumped version to 0.279mame0279
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.278"' > $@ + @echo '#define BARE_BUILD_VERSION "0.279"' > $@ @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.278" > $@ + @echo #define BARE_BUILD_VERSION "0.279" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
