summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-11-27 09:59:14 +1100
committer Vas Crabb <vas@vastheman.com>2016-11-27 09:59:14 +1100
commitcfc84195670f58e56539e5b65360a25a64949231 (patch)
tree1fe73bccdd5ee84a58c23d45b0e5eb784338c6e2 /makefile
parent7238415d1f30cae0b47e54dd04eb0b5e558c132e (diff)
Version bump
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 263a3ccd07a..f342c481ac5 100644
--- a/makefile
+++ b/makefile
@@ -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; >> $@