diff options
| author | 2024-11-30 03:05:16 +1100 | |
|---|---|---|
| committer | 2024-11-30 03:05:16 +1100 | |
| commit | 5d8e4cf07e3b59eea385ec29567f38e85ba06867 (patch) | |
| tree | 406d5b3f84b8e78f12cc2795736555ba46b3f529 /makefile | |
| parent | 5b34698251ebe607f76c64919dd5454bd9c25ccd (diff) | |
Bumped version to 0.272mame0272
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1578,7 +1578,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.271"' > $@ + @echo '#define BARE_BUILD_VERSION "0.272"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1588,7 +1588,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.271" > $@ + @echo #define BARE_BUILD_VERSION "0.272" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
