diff options
| author | 2021-12-29 02:17:03 +1100 | |
|---|---|---|
| committer | 2021-12-29 02:17:03 +1100 | |
| commit | 80bcaea1ed97030919c007384ea639d833f0f4da (patch) | |
| tree | 0c85c1b6e677fa0e765dd7967a2b1a50b8eceebd /makefile | |
| parent | 719d20298b2d2c71c8345a59d1792fe4c54f801e (diff) | |
Bump version to 0.239mame0239
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1546,7 +1546,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.238"' > $@ + @echo '#define BARE_BUILD_VERSION "0.239"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1556,7 +1556,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.238" > $@ + @echo #define BARE_BUILD_VERSION "0.239" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
