File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ 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)
24
- set (GOOGLE_CLOUD_CPP_VERSION_MINOR 1 )
24
+ set (GOOGLE_CLOUD_CPP_VERSION_MINOR 2 )
25
25
set (GOOGLE_CLOUD_CPP_VERSION_PATCH 0)
26
26
27
27
# 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].
22
22
23
23
## Release Notes
24
24
25
- ### v0.2.x - TBD
25
+ ### v0.2.x - 2018-12
26
26
27
27
* Implement ` google::cloud::future<T> ` and ` google::cloud::promise<T> ` based on
28
28
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].
21
21
22
22
## Release Notes
23
23
24
- ### v0.4.x - TBD
24
+ ### v0.4.x - 2018-12
25
25
26
26
* More experimental asynchronous APIs, note that we expect to change all these
27
27
experimental APIs as described in
Original file line number Diff line number Diff line change 15
15
include (CMakeFindDependencyMacro)
16
16
find_dependency(protobuf)
17
17
find_dependency(gRPC)
18
- find_dependency(google_cloud_cpp_common 0.1 .0)
18
+ find_dependency(google_cloud_cpp_common 0.2 .0)
19
19
20
20
include ("${CMAKE_CURRENT_LIST_DIR} /bigtable-targets.cmake" )
21
21
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
2
GOOGLE_CLOUD_CPP_IS_RELEASE = "yes"
3
3
GOOGLE_CLOUD_CPP_VERSION_MAJOR = "0"
4
- GOOGLE_CLOUD_CPP_VERSION_MINOR = "1 "
4
+ GOOGLE_CLOUD_CPP_VERSION_MINOR = "2 "
5
5
GOOGLE_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.
20
20
21
21
## Release Notes
22
22
23
- ### v0.2.x - TBD
23
+ ### v0.2.x - 2018-12
24
24
25
25
* Use resumable uploads for large files in ` Client::UploadFile() ` .
26
26
* Implement support for the ` userIp ` optional query parameter.
Original file line number Diff line number Diff line change 15
15
include (CMakeFindDependencyMacro)
16
16
find_dependency(CURL)
17
17
find_dependency(Crc32c)
18
- find_dependency(google_cloud_cpp_common 0.1 .0)
18
+ find_dependency(google_cloud_cpp_common 0.2 .0)
19
19
20
20
# Some versions of FindCURL do not define CURL::CURL, so we define it ourselves.
21
21
if (NOT TARGET CURL::CURL)
You can’t perform that action at this time.
0 commit comments