From e8d59fc229aa5d694c7c9b41578fbc13e97c4837 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 25 Nov 2019 13:37:34 -0800 Subject: [PATCH] Update readme for GA, and dependencies to latest crt. (#76) * Update readme for GA, and dependencies to latest crt. --- README.md | 8 ++------ aws-common-runtime/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1d85fd04f..326012247 100644 --- a/README.md +++ b/README.md @@ -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), diff --git a/aws-common-runtime/CMakeLists.txt b/aws-common-runtime/CMakeLists.txt index a4be65b85..0da10ecc3 100644 --- a/aws-common-runtime/CMakeLists.txt +++ b/aws-common-runtime/CMakeLists.txt @@ -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)