diff options
| author | 2025-12-31 01:04:04 +1100 | |
|---|---|---|
| committer | 2025-12-31 01:04:04 +1100 | |
| commit | 7b4d4c14e943847628522d5b9ea053600ac4faf1 (patch) | |
| tree | 134cbd515785afa4423fedcb118f76c50c1c304f /makefile | |
| parent | 9aba7a8bf02b9149d6d6fda9820eb50f34bb5df5 (diff) | |
Bumped version to 0.284mame0284
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1537,7 +1537,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.283"' > $@ + @echo '#define BARE_BUILD_VERSION "0.284"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1547,7 +1547,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.283" > $@ + @echo #define BARE_BUILD_VERSION "0.284" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
