From 0b55dc7c0d672d618b86e5dfe7437055efcca23f Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Wed, 2 Jan 2019 21:28:21 -0500 Subject: [PATCH] Create v0.5.x release branch --- google/cloud/CMakeLists.txt | 2 +- google/cloud/google_cloud_cpp_common_version.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/CMakeLists.txt b/google/cloud/CMakeLists.txt index 53b4cca57e243..60b0ed90a681e 100644 --- a/google/cloud/CMakeLists.txt +++ b/google/cloud/CMakeLists.txt @@ -17,7 +17,7 @@ # Set this variable to a true value for branches that are releases. That will # remove the "+dev" suffix (technically "build metadata" according to # semver.org). We only want that suffix on development branches. -set(GOOGLE_CLOUD_CPP_IS_RELEASE "") +set(GOOGLE_CLOUD_CPP_IS_RELEASE "yes") # This should be included from the top level CMakeLists file set(GOOGLE_CLOUD_CPP_VERSION_MAJOR 0) diff --git a/google/cloud/google_cloud_cpp_common_version.bzl b/google/cloud/google_cloud_cpp_common_version.bzl index 7be06ee301515..900dd3208d6fb 100644 --- a/google/cloud/google_cloud_cpp_common_version.bzl +++ b/google/cloud/google_cloud_cpp_common_version.bzl @@ -16,7 +16,7 @@ """Automatically generated version numbers - DO NOT EDIT.""" -GOOGLE_CLOUD_CPP_IS_RELEASE = "" +GOOGLE_CLOUD_CPP_IS_RELEASE = "yes" GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0" GOOGLE_CLOUD_CPP_VERSION_MINOR = "3" GOOGLE_CLOUD_CPP_VERSION_PATCH = "0"