We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0f589f + 44766fa commit 1f54521Copy full SHA for 1f54521
2 files changed
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW)
5
endif()
6
7
set(SOFTWARE_NAME "awslc")
8
-set(SOFTWARE_VERSION "1.72.1")
+set(SOFTWARE_VERSION "1.73.0")
9
set(ABI_VERSION 0)
10
set(CRYPTO_LIB_NAME "crypto")
11
set(SSL_LIB_NAME "ssl")
include/openssl/base.h
@@ -65,7 +65,7 @@ extern "C" {
65
// ServiceIndicatorTest.AWSLCVersionString
66
// Note: there are two versions of this test. Only one test is compiled
67
// depending on FIPS mode.
68
-#define AWSLC_VERSION_NUMBER_STRING "1.72.1"
+#define AWSLC_VERSION_NUMBER_STRING "1.73.0"
69
70
#if defined(BORINGSSL_SHARED_LIBRARY)
71
0 commit comments