diff options
| author | 2025-08-30 05:13:51 +1000 | |
|---|---|---|
| committer | 2025-08-30 05:13:51 +1000 | |
| commit | ec9abd86c6c9029f67e9cf4908ef5426b78d3eab (patch) | |
| tree | 8cb8321c0d951aaed6a1188fe20db2a7d27b1d01 /makefile | |
| parent | 1ead624f414a9a0d6de4d8e5760776813f97937d (diff) | |
Bumped version to 0.280mame0280
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.279"' > $@ + @echo '#define BARE_BUILD_VERSION "0.280"' > $@ @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.279" > $@ + @echo #define BARE_BUILD_VERSION "0.280" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
