diff options
author | 2016-11-27 09:59:14 +1100 | |
---|---|---|
committer | 2016-11-27 09:59:14 +1100 | |
commit | cfc84195670f58e56539e5b65360a25a64949231 (patch) | |
tree | 1fe73bccdd5ee84a58c23d45b0e5eb784338c6e2 /makefile | |
parent | 7238415d1f30cae0b47e54dd04eb0b5e558c132e (diff) |
Version bump
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1527,14 +1527,14 @@ endif ifeq (posix,$(SHELLTYPE)) $(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS) - @echo '#define BARE_BUILD_VERSION "0.179"' > $@ + @echo '#define BARE_BUILD_VERSION "0.180"' > $@ @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.179" > $@ + @echo #define BARE_BUILD_VERSION "0.180" > $@ @echo extern const char bare_build_version[]; >> $@ @echo extern const char build_version[]; >> $@ @echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@ |