We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1193d4d commit bae742fCopy full SHA for bae742f
2 files changed
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
@@ -1,5 +1,5 @@
1
# DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed
2
-GOOGLE_CLOUD_CPP_IS_RELEASE = ""
+GOOGLE_CLOUD_CPP_IS_RELEASE = "yes"
3
GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0"
4
GOOGLE_CLOUD_CPP_VERSION_MINOR = "1"
5
GOOGLE_CLOUD_CPP_VERSION_PATCH = "0"
0 commit comments