summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-10-24 02:53:41 +1100
committer Vas Crabb <vas@vastheman.com>2023-10-24 02:53:41 +1100
commit0a7f1fe9cf05f8f6df2ec62e99db0cd4b3e440d6 (patch)
treec24236114eb45fcbbf312f1e4b0f8392815f6112 /makefile
parent91a203365001085d3d6c9cd293dcf55285f45e83 (diff)
Bump version to 0.260mame0260
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index dea2b568d09..dcd274bbef4 100644
--- a/makefile
+++ b/makefile
@@ -1564,7 +1564,7 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.259"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.260"' > $@
@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.259" > $@
+ @echo #define BARE_BUILD_VERSION "0.260" > $@
@echo #define BARE_VCS_REVISION "$(NEW_GIT_VERSION)" >> $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char bare_vcs_revision[]; >> $@