Skip to content

Commit

Permalink
Create v0.5.x release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jan 3, 2019
1 parent f7f01fe commit 0b55dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/google_cloud_cpp_common_version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0b55dc7

Please sign in to comment.