summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-12-27 10:09:29 +1100
committer Vas Crabb <vas@vastheman.com>2016-12-27 10:09:29 +1100
commitbbeda6ad9910dbcf0a24e7afa099180e7d46ebe3 (patch)
treef73bf126dc51a2f208f23d94c6f8d194f38e320c /makefile
parent0c48931beef0dfa02f5c076395698866a0f93d36 (diff)
version bump (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index f2a998e29af..3d55d51d506 100644
--- a/makefile
+++ b/makefile
@@ -1535,14 +1535,14 @@ endif
ifeq (posix,$(SHELLTYPE))
$(GENDIR)/version.cpp: $(GENDIR)/git_desc | $(GEN_FOLDERS)
- @echo '#define BARE_BUILD_VERSION "0.180"' > $@
+ @echo '#define BARE_BUILD_VERSION "0.181"' > $@
@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.180" > $@
+ @echo #define BARE_BUILD_VERSION "0.181" > $@
@echo extern const char bare_build_version[]; >> $@
@echo extern const char build_version[]; >> $@
@echo const char bare_build_version[] = BARE_BUILD_VERSION; >> $@