diff options
| author | 2025-11-28 03:32:18 +1100 | |
|---|---|---|
| committer | 2025-11-28 03:32:18 +1100 | |
| commit | 494babc31137219742579374753848207c35339d (patch) | |
| tree | 9aef2f71ef9582a25f560c316ad5c3f1674072ae /makefile | |
| parent | f124f2ddffaca816f1e777f7d56b2eb902c762d1 (diff) | |
Bumped version to 0.283mame0283
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.282"' > $@ + @echo '#define BARE_BUILD_VERSION "0.283"' > $@ @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.282" > $@ + @echo #define BARE_BUILD_VERSION "0.283" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
