Skip to content

Commit 42ec5c5

Browse files
Updated version number for crt to v0.4.4 (#49)
* Updated version number for crt to v0.4.4 * Forgot to update the build scripts. * Updated to v0.4.5.
1 parent c4dae19 commit 42ec5c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ is provided by code that been generated from a model of the service.
3131

3232
## Build from source
3333
```
34-
git clone --branch v0.4.2 https://github.com/awslabs/aws-crt-cpp.git
34+
git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
3535
git clone https://github.com/awslabs/aws-iot-device-sdk-cpp-v2.git
3636
mkdir aws-crt-cpp-build
3737
cd aws-crt-cpp-build

codebuild/common-posix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
# build aws-crt-cpp
1919
pushd $BUILD_PATH
20-
git clone --branch v0.4.0 https://github.com/awslabs/aws-crt-cpp.git
20+
git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
2121
cd aws-crt-cpp
2222
cmake $CMAKE_ARGS -DBUILD_DEPS=ON ./
2323
cmake --build . --target install

codebuild/common-windows.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdir %INSTALL_DIR%
88
@rem build aws-crt-cpp
99
mkdir %BUILDS_DIR%\aws-crt-cpp-build
1010
cd %BUILDS_DIR%\aws-crt-cpp-build
11-
git clone --branch v0.4.0 https://github.com/awslabs/aws-crt-cpp.git
11+
git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
1212
cmake %CMAKE_ARGS% -DCMAKE_INSTALL_PREFIX="%INSTALL_DIR%" -DCMAKE_PREFIX_PATH="%INSTALL_DIR%" -DCMAKE_BUILD_TYPE="Release" -DBUILD_DEPS=ON aws-crt-cpp || goto error
1313
cmake --build . --target install || goto error
1414

0 commit comments

Comments
 (0)