diff options
author | David G. Quintas <dgq@google.com> | 2017-04-28 13:42:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 13:42:37 -0700 |
commit | ee9f210401bb429b0777f64b48febce3d530885c (patch) | |
tree | b22a88edd3cdd95dbad4904edcd9c024ab1c973b /CMakeLists.txt | |
parent | 3ef2355eaedc07f8900ad98d079448169a2a2a06 (diff) | |
parent | 606945af76ab33edd73d7483e79563a24b8778d5 (diff) |
Merge pull request #10895 from dgquintas/v1.3.x-post-tag-bump
1.3.0 -> 1.3.1-pre1
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 4b296a2510..e940ef63c0 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.0") +set(PACKAGE_VERSION "1.3.1-pre1") set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") set(PACKAGE_BUGREPORT "https://github.com/grpc/grpc/issues/") |