We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf4c67 commit 80c043fCopy full SHA for 80c043f
CMakeLists.txt
@@ -21,8 +21,8 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")
21
project(googleapis-cpp-protos CXX C)
22
23
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR 0)
24
-set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 4)
25
-set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 1)
+set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 5)
+set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 0)
26
27
string(CONCAT GOOGLE_APIS_CPP_PROTOS_VERSION
28
"${GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR}"
0 commit comments