diff options
| author | 2016-07-27 09:26:22 +0200 | |
|---|---|---|
| committer | 2016-07-27 09:26:22 +0200 | |
| commit | 4887ce18443a51fd2a861da959082ad346ff4ee2 (patch) | |
| tree | f21e5096b569bff399a6e03c09715502ef859c34 /makefile | |
| parent | 385f433cf4f7c3a2fa6012536a479de6ddddc68a (diff) | |
Cleanups and version bump
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1498,14 +1498,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.175"' > $@ + @echo '#define BARE_BUILD_VERSION "0.176"' > $@ @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.175" > $@ + @echo #define BARE_BUILD_VERSION "0.176" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |
