diff options
| author | 2025-09-25 00:56:11 +1000 | |
|---|---|---|
| committer | 2025-09-25 00:56:11 +1000 | |
| commit | 2843a3deb81cf93735244044894196ccfbea4d20 (patch) | |
| tree | ede7ea30a544882e9c12092ce6a79a96512a0b1f /makefile | |
| parent | faca9a36963be25c8b8fa50c7c2d308397a280cd (diff) | |
Bumped version to 0.281mame0281
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.280"' > $@ + @echo '#define BARE_BUILD_VERSION "0.281"' > $@ @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.280" > $@ + @echo #define BARE_BUILD_VERSION "0.281" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
