diff options
| author | 2019-06-27 12:45:40 +1000 | |
|---|---|---|
| committer | 2019-06-27 12:45:40 +1000 | |
| commit | b1689f37e965e85dd97501876f4bc06125b2acc0 (patch) | |
| tree | 89245dad90536ad6a8c1e3f8ef4eb47882a5edfd /makefile | |
| parent | 60924e122283d734f63519196f6bb743de28caad (diff) | |
| parent | 90508cc3edfc85dbc21bfbc263fd5837914cdbda (diff) | |
Merge branch 'release0211'
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; >> $@ |
