aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2018-08-27 18:34:38 -0700
committerGravatar GitHub <noreply@github.com>2018-08-27 18:34:38 -0700
commit35501ad1df5799be17cc41894a0dc1d3ed43a8f0 (patch)
tree378e083b697099565c5c60c0a135c48dacb49804 /Makefile
parentf2f8bbd0080e9d4d61e50e1d361bb8bc761a32b4 (diff)
parent8ceb27a324b5efaf2ed096a7bbdf241295272bf5 (diff)
Merge pull request #16467 from AspirinSJL/bump_master
Bump version to 1.16.0-dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7caf585ee9..96ea890bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -437,8 +437,8 @@ Q = @
endif
CORE_VERSION = 6.0.0-dev
-CPP_VERSION = 1.15.0-dev
-CSHARP_VERSION = 1.15.0-dev
+CPP_VERSION = 1.16.0-dev
+CSHARP_VERSION = 1.16.0-dev
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)