diff options
| author | 2023-11-28 07:47:14 +1100 | |
|---|---|---|
| committer | 2023-11-28 07:47:14 +1100 | |
| commit | ca50094e8d5467aed7a18c718cdff8903e1bfe27 (patch) | |
| tree | 798acc8f90fb06f8df0c2ecbda39b6085bc49cc0 /makefile | |
| parent | efc5a4a215831f67b1e02973d05bd19e958870d6 (diff) | |
Bumped version to 0.261mame0261
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1564,7 +1564,7 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.260"' > $@ + @echo '#define BARE_BUILD_VERSION "0.261"' > $@ @echo '#define BARE_VCS_REVISION "$(NEW_GIT_VERSION)"' >> $@ @echo 'extern const char bare_build_version[];' >> $@ @echo 'extern const char bare_vcs_revision[];' >> $@ @@ -1574,7 +1574,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.260" > $@ + @echo #define BARE_BUILD_VERSION "0.261" > $@ @echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char bare_vcs_revision[]; >> $@ |
