File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
# Set this variable to a true value for branches that are releases. That will
18
18
# remove the "+dev" suffix (technically "build metadata" according to
19
19
# 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 " )
21
21
22
22
# This should be included from the top level CMakeLists file
23
23
set (GOOGLE_CLOUD_CPP_VERSION_MAJOR 0 )
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed
2
- GOOGLE_CLOUD_CPP_IS_RELEASE = ""
2
+ GOOGLE_CLOUD_CPP_IS_RELEASE = "yes "
3
3
GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0"
4
4
GOOGLE_CLOUD_CPP_VERSION_MINOR = "1"
5
5
GOOGLE_CLOUD_CPP_VERSION_PATCH = "0"
You can’t perform that action at this time.
0 commit comments