Skip to content

Commit edd63c2

Browse files
authored
Bump release version to v1.5.1 (#871)
Co-authored-by: dkostic <[email protected]>
1 parent 302f72f commit edd63c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crypto/fipsmodule/service_indicator/service_indicator_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,7 +3899,7 @@ TEST(ServiceIndicatorTest, DRBG) {
38993899
// Since this is running in FIPS mode it should end in FIPS
39003900
// Update this when the AWS-LC version number is modified
39013901
TEST(ServiceIndicatorTest, AWSLCVersionString) {
3902-
ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.5.0");
3902+
ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.5.1");
39033903
}
39043904

39053905
#else
@@ -3942,6 +3942,6 @@ TEST(ServiceIndicatorTest, BasicTest) {
39423942
// Since this is not running in FIPS mode it shouldn't end in FIPS
39433943
// Update this when the AWS-LC version number is modified
39443944
TEST(ServiceIndicatorTest, AWSLCVersionString) {
3945-
ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.5.0");
3945+
ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.5.1");
39463946
}
39473947
#endif // AWSLC_FIPS

include/openssl/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ extern "C" {
216216
// ServiceIndicatorTest.AWSLCVersionString
217217
// Note: there are two versions of this test. Only one test is compiled
218218
// depending on FIPS mode.
219-
#define AWSLC_VERSION_NUMBER_STRING "1.5.0"
219+
#define AWSLC_VERSION_NUMBER_STRING "1.5.1"
220220

221221
#if defined(BORINGSSL_SHARED_LIBRARY)
222222

0 commit comments

Comments
 (0)