We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a2eac commit 1188589Copy full SHA for 1188589
google/cloud/CMakeLists.txt
@@ -17,7 +17,7 @@
17
# Set this variable to a true value for branches that are releases. That will
18
# remove the "+dev" suffix (technically "build metadata" according to
19
# semver.org). We only want that suffix on development branches.
20
-set(GOOGLE_CLOUD_CPP_IS_RELEASE "")
+set(GOOGLE_CLOUD_CPP_IS_RELEASE "yes")
21
22
# This should be included from the top level CMakeLists file
23
set(GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)
google/cloud/google_cloud_cpp_common_version.bzl
@@ -16,7 +16,7 @@
16
"""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 = "5"
GOOGLE_CLOUD_CPP_VERSION_PATCH = "0"
0 commit comments