aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-23 22:48:45 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-23 22:48:45 +0200
commitbbfdbb19c002d23e2fd3d94d6a089cff5b03a390 (patch)
treefed56e4da4d0cff9c3f734609c7c78e9e2980da7 /CMakeLists.txt
parent866190fab7f15c5183b1b82e657c663d6baf1a35 (diff)
bump version to 1.3.6
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cff8f856e0..86416cc11e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@
cmake_minimum_required(VERSION 2.8)
set(PACKAGE_NAME "grpc")
-set(PACKAGE_VERSION "1.3.5")
+set(PACKAGE_VERSION "1.3.6")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "https://github.com/grpc/grpc/issues/")