Skip to content

Commit 6d19fe9

Browse files
committed
Label branch as release branch for build purposes.
1 parent b79ecc7 commit 6d19fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)

0 commit comments

Comments
 (0)