summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-06-27 12:45:40 +1000
committer Vas Crabb <vas@vastheman.com>2019-06-27 12:45:40 +1000
commitb1689f37e965e85dd97501876f4bc06125b2acc0 (patch)
tree89245dad90536ad6a8c1e3f8ef4eb47882a5edfd /makefile
parent60924e122283d734f63519196f6bb743de28caad (diff)
parent90508cc3edfc85dbc21bfbc263fd5837914cdbda (diff)
Merge branch 'release0211'
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 29935190b34..a70d17daff6 100644
--- a/makefile
+++ b/makefile
@@ -1628,14 +1628,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.210"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.211"' > $@
@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: $(GENDIR)/git_desc
- @echo #define BARE_BUILD_VERSION "0.210" > $@
+ @echo #define BARE_BUILD_VERSION "0.211" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@