aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Garcia Quintas <dgq@google.com>2017-08-16 20:59:05 -0700
committerDavid Garcia Quintas <dgq@google.com>2017-08-16 20:59:05 -0700
commit713597f1cdf14abd122e4bd174040d0797744eb5 (patch)
tree46b70fb6d394bd6a09295adcb04690568f330d78 /Makefile
parentf1ab1130c8760a1cd72fce1f6a4a9523df68e36f (diff)
downloadgrpc-grpc-713597f1cdf14abd122e4bd174040d0797744eb5.tar.gz
Master version bump to 1.7.x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 74f05f592d..392c8f318f 100644
--- a/Makefile
+++ b/Makefile
@@ -411,8 +411,8 @@ Q = @
endif
CORE_VERSION = 4.0.0-dev
-CPP_VERSION = 1.5.0-dev
-CSHARP_VERSION = 1.5.0-dev
+CPP_VERSION = 1.7.0-dev
+CSHARP_VERSION = 1.7.0-dev
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)