Skip to content

Commit

Permalink
Update readme for GA, and dependencies to latest crt. (#76)
Browse files Browse the repository at this point in the history
* Update readme for GA, and dependencies to latest crt.
  • Loading branch information
JonathanHenson authored Nov 25, 2019
1 parent 48b7fe8 commit e8d59fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@

Next generation AWS IoT Client SDK for C++.

This project is in **DEVELOPER PREVIEW** while we gather feedback on
interfaces and use cases. Please file issues and feature requests.
Expect breaking API changes as we incorporate feedback.
Until this project is promoted to General Availability, we advise you use the
[previous SDK](https://github.com/aws/aws-iot-device-sdk-cpp)
for a stable development environment.
This project is in **GENERAL AVAILABILITY**. If you have any issues or feature
requests, please file an issue or pull request.

This SDK is built on the AWS Common Runtime, a collection of libraries
([aws-c-common](https://github.com/awslabs/aws-c-common),
Expand Down
2 changes: 1 addition & 1 deletion aws-common-runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
message("install dir ${AWS_DEPS_INSTALL_DIR}")

set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
set(AWS_CRT_CPP_SHA "v0.6.3")
set(AWS_CRT_CPP_SHA "v0.6.5")
include(BuildAwsCrtCpp)

0 comments on commit e8d59fc

Please sign in to comment.