Skip to content

Commit eff1b1a

Browse files
authored
Prepare release v1.59.0 (#2643)
### Description of changes: Prepare release v1.59.0. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
1 parent f389671 commit eff1b1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW)
55
endif()
66

77
set(SOFTWARE_NAME "awslc")
8-
set(SOFTWARE_VERSION "1.58.1")
8+
set(SOFTWARE_VERSION "1.59.0")
99
set(ABI_VERSION 0)
1010
set(CRYPTO_LIB_NAME "crypto")
1111
set(SSL_LIB_NAME "ssl")
@@ -14,7 +14,7 @@ set(OPENSSL_VERSION_NUMBER "0x1010107f")
1414
# Note this is set to 1.1.1 for compatibility purposes
1515
# with projects that use the pkg-config information to determine
1616
# the OpenSSL version.
17-
set(REPORTED_PKGCONFIG_VERSION "1.1.1")
17+
set(REPORTED_PKGCONFIG_VERSION "1.1.1")
1818

1919
# Defer enabling C and CXX languages.
2020
project(AWSLC VERSION "${SOFTWARE_VERSION}" LANGUAGES NONE)

include/openssl/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ extern "C" {
122122
// ServiceIndicatorTest.AWSLCVersionString
123123
// Note: there are two versions of this test. Only one test is compiled
124124
// depending on FIPS mode.
125-
#define AWSLC_VERSION_NUMBER_STRING "1.58.1"
125+
#define AWSLC_VERSION_NUMBER_STRING "1.59.0"
126126

127127
#if defined(BORINGSSL_SHARED_LIBRARY)
128128

0 commit comments

Comments
 (0)