Skip to content

Commit

Permalink
Update version string to the tag that will be following. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson authored Nov 25, 2019
1 parent a8efcc7 commit 4c0d767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif()

set(AWS_CRT_CPP_VERSION "v0.6.2")
set(AWS_CRT_CPP_VERSION "v0.6.5")

configure_file(include/aws/crt/Config.h.in ${CMAKE_CURRENT_LIST_DIR}/include/aws/crt/Config.h @ONLY)

Expand Down

0 comments on commit 4c0d767

Please sign in to comment.