We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc9ade commit e4f67d2Copy full SHA for e4f67d2
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW)
5
endif()
6
7
set(SOFTWARE_NAME "awslc")
8
-set(SOFTWARE_VERSION "1.60.0")
+set(SOFTWARE_VERSION "1.61.0")
9
set(ABI_VERSION 0)
10
set(CRYPTO_LIB_NAME "crypto")
11
set(SSL_LIB_NAME "ssl")
include/openssl/base.h
@@ -122,7 +122,7 @@ extern "C" {
122
// ServiceIndicatorTest.AWSLCVersionString
123
// Note: there are two versions of this test. Only one test is compiled
124
// depending on FIPS mode.
125
-#define AWSLC_VERSION_NUMBER_STRING "1.60.0"
+#define AWSLC_VERSION_NUMBER_STRING "1.61.0"
126
127
#if defined(BORINGSSL_SHARED_LIBRARY)
128
0 commit comments