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 52758be commit 7bf4c67Copy full SHA for 7bf4c67
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 3)
25
-set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 0)
+set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 4)
+set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 1)
26
27
string(CONCAT GOOGLE_APIS_CPP_PROTOS_VERSION
28
"${GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR}"
0 commit comments