aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-11-27 17:00:13 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2017-11-27 17:14:15 -0800
commit14e96f9ae8b6490242b99915d4aa860ceac9154a (patch)
tree5cec275c4b262e5e5219f5ad038c99cc50f065a8 /CMakeLists.txt
parentc762a388798b45cb8921ca2fa335b000003fd68c (diff)
Bump 1.8.0-dev to 1.9.0-dev
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 77b60e898a..fa178a86d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@
cmake_minimum_required(VERSION 2.8)
set(PACKAGE_NAME "grpc")
-set(PACKAGE_VERSION "1.8.0-dev")
+set(PACKAGE_VERSION "1.9.0-dev")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "https://github.com/grpc/grpc/issues/")