File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set(GOOGLE_CLOUD_CPP_IS_RELEASE "yes")
2121
2222# This should be included from the top level CMakeLists file
2323set (GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)
24- set (GOOGLE_CLOUD_CPP_VERSION_MINOR 1 )
24+ set (GOOGLE_CLOUD_CPP_VERSION_MINOR 2 )
2525set (GOOGLE_CLOUD_CPP_VERSION_PATCH 0)
2626
2727# Generate the version information from the CMake values.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ is available [online][doxygen-link].
2222
2323## Release Notes
2424
25- ### v0.2.x - TBD
25+ ### v0.2.x - 2018-12
2626
2727* Implement ` google::cloud::future<T> ` and ` google::cloud::promise<T> ` based on
2828 ISO/IEC TS 19571:2016, the "C++ Extensions for Concurrency" technical
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ is available [online][doxygen-link].
2121
2222## Release Notes
2323
24- ### v0.4.x - TBD
24+ ### v0.4.x - 2018-12
2525
2626* More experimental asynchronous APIs, note that we expect to change all these
2727 experimental APIs as described in
Original file line number Diff line number Diff line change 1515include (CMakeFindDependencyMacro )
1616find_dependency (protobuf )
1717find_dependency (gRPC )
18- find_dependency (google_cloud_cpp_common 0.1 .0 )
18+ find_dependency (google_cloud_cpp_common 0.2 .0 )
1919
2020include ("${CMAKE_CURRENT_LIST_DIR} /bigtable-targets.cmake" )
2121
Original file line number Diff line number Diff line change 11# DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed
22GOOGLE_CLOUD_CPP_IS_RELEASE = "yes"
33GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0"
4- GOOGLE_CLOUD_CPP_VERSION_MINOR = "1 "
4+ GOOGLE_CLOUD_CPP_VERSION_MINOR = "2 "
55GOOGLE_CLOUD_CPP_VERSION_PATCH = "0"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ the reference guide includes a quick start guide.
2020
2121## Release Notes
2222
23- ### v0.2.x - TBD
23+ ### v0.2.x - 2018-12
2424
2525* Use resumable uploads for large files in ` Client::UploadFile() ` .
2626* Implement support for the ` userIp ` optional query parameter.
Original file line number Diff line number Diff line change 1515include (CMakeFindDependencyMacro )
1616find_dependency (CURL )
1717find_dependency (Crc32c )
18- find_dependency (google_cloud_cpp_common 0.1 .0 )
18+ find_dependency (google_cloud_cpp_common 0.2 .0 )
1919
2020# Some versions of FindCURL do not define CURL::CURL, so we define it ourselves.
2121if (NOT TARGET CURL::CURL)
You can’t perform that action at this time.
0 commit comments