diff options
| author | 2025-10-31 08:06:54 +1100 | |
|---|---|---|
| committer | 2025-10-31 08:06:54 +1100 | |
| commit | 7b051ce4afac3a247cc4bd11460fedca645cea57 (patch) | |
| tree | 5fa7d424cddeefa6f1351729a144be690251a5ed /makefile | |
| parent | 53137914d20158052b72e4202f2b1ff46d0dc610 (diff) | |
Bumped version to 0.282mame0282
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1533,7 +1533,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.281"' > $@ + @echo '#define BARE_BUILD_VERSION "0.282"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1543,7 +1543,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.281" > $@ + @echo #define BARE_BUILD_VERSION "0.282" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
