Skip to content

Commit 1188589

Browse files
committed
Create v0.7.x release branch
1 parent 61a2eac commit 1188589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Set this variable to a true value for branches that are releases. That will
1818
# remove the "+dev" suffix (technically "build metadata" according to
1919
# semver.org). We only want that suffix on development branches.
20-
set(GOOGLE_CLOUD_CPP_IS_RELEASE "")
20+
set(GOOGLE_CLOUD_CPP_IS_RELEASE "yes")
2121

2222
# This should be included from the top level CMakeLists file
2323
set(GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)

google/cloud/google_cloud_cpp_common_version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
"""Automatically generated version numbers - DO NOT EDIT."""
1818

19-
GOOGLE_CLOUD_CPP_IS_RELEASE = ""
19+
GOOGLE_CLOUD_CPP_IS_RELEASE = "yes"
2020
GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0"
2121
GOOGLE_CLOUD_CPP_VERSION_MINOR = "5"
2222
GOOGLE_CLOUD_CPP_VERSION_PATCH = "0"

0 commit comments

Comments
 (0)