diff --git a/CMakeLists.txt b/CMakeLists.txt index f67f22194c..abfe2131ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW) endif() set(SOFTWARE_NAME "awslc") -set(SOFTWARE_VERSION "1.61.4") +set(SOFTWARE_VERSION "1.62.0") set(ABI_VERSION 0) set(CRYPTO_LIB_NAME "crypto") set(SSL_LIB_NAME "ssl") diff --git a/include/openssl/base.h b/include/openssl/base.h index 70fd403b58..1c94bdde54 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -122,7 +122,7 @@ extern "C" { // ServiceIndicatorTest.AWSLCVersionString // Note: there are two versions of this test. Only one test is compiled // depending on FIPS mode. -#define AWSLC_VERSION_NUMBER_STRING "1.61.4" +#define AWSLC_VERSION_NUMBER_STRING "1.62.0" #if defined(BORINGSSL_SHARED_LIBRARY)