summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-12-31 02:46:10 +1100
committer Vas Crabb <vas@vastheman.com>2020-12-31 02:46:10 +1100
commitd85735634cd7baca5fdf9f15ebb61baa0703c71a (patch)
tree82da58d821cb1957f86b2c7b797ddbd29b35a18f /makefile
parentf429695d4f007c1670d5920c91690fc09ea186f6 (diff)
version bump for 0.227, some documentation clean-upmame0227
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index a524d1d210f..765333c747d 100644
--- a/makefile
+++ b/makefile
@@ -1737,14 +1737,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.226"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.227"' > $@
@echo 'extern const char bare_build_version[];' >> $@
@echo 'extern const char build_version[];' >> $@
@echo 'const char bare_build_version[] = BARE_BUILD_VERSION;' >> $@
@echo 'const char build_version[] = BARE_BUILD_VERSION " ($(NEW_GIT_VERSION))";' >> $@
else
$(GENDIR)/version.cpp: makefile $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo #define BARE_BUILD_VERSION "0.226" > $@
+ @echo #define BARE_BUILD_VERSION "0.227" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@