diff options
author | 2018-07-30 18:34:35 -0700 | |
---|---|---|
committer | 2018-07-30 18:34:35 -0700 | |
commit | deeb781374e7c6165b39fc92cd9bf8971fabf93c (patch) | |
tree | 761e128d25b5bc23cf10e8fcb319692898eb5017 /CMakeLists.txt | |
parent | 2a3d32819944a1fc29b0fbf79f0f2935a9374abe (diff) |
Regenrate projects
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02e01da283..b4c0226e17 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.14.0-pre1") +set(PACKAGE_VERSION "1.14.0-pre2") set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "https://github.com/grpc/grpc/issues/") |