diff options
| author | 2022-10-27 09:12:58 +1100 | |
|---|---|---|
| committer | 2022-10-27 09:12:58 +1100 | |
| commit | 91c5b9eceab1c9fcc23f18f443528814663aa5c7 (patch) | |
| tree | 33a985b98b6552de4c18a38b8f3fb26c055edefb /makefile | |
| parent | 422058d22fc6bb4655c1d891d7d5eb4f78cd9dc8 (diff) | |
Bumped version to 0.249mame0249
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1579,7 +1579,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.248"' > $@ + @echo '#define BARE_BUILD_VERSION "0.249"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1589,7 +1589,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.248" > $@ + @echo #define BARE_BUILD_VERSION "0.249" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
