From 75a73bfabf1be384b49c7f92da6fdfd9d867069e Mon Sep 17 00:00:00 2001 From: Andrew Hopkins Date: Thu, 15 Sep 2022 14:39:39 -0700 Subject: [PATCH] Bump version to 1.3.0 (#619) --- crypto/fipsmodule/service_indicator/service_indicator_test.cc | 4 ++-- include/openssl/base.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/fipsmodule/service_indicator/service_indicator_test.cc b/crypto/fipsmodule/service_indicator/service_indicator_test.cc index abea21dcfc..c0c843aba3 100644 --- a/crypto/fipsmodule/service_indicator/service_indicator_test.cc +++ b/crypto/fipsmodule/service_indicator/service_indicator_test.cc @@ -2960,7 +2960,7 @@ TEST(ServiceIndicatorTest, DRBG) { // Since this is running in FIPS mode it should end in FIPS // Update this when the AWS-LC version number is modified TEST(ServiceIndicatorTest, AWSLCVersionString) { - ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.2.0"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC FIPS 1.3.0"); } #else @@ -3003,6 +3003,6 @@ TEST(ServiceIndicatorTest, BasicTest) { // Since this is not running in FIPS mode it shouldn't end in FIPS // Update this when the AWS-LC version number is modified TEST(ServiceIndicatorTest, AWSLCVersionString) { - ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.2.0"); + ASSERT_STREQ(awslc_version_string(), "AWS-LC 1.3.0"); } #endif // AWSLC_FIPS diff --git a/include/openssl/base.h b/include/openssl/base.h index d4865c7b4f..a6eff8d03a 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -213,7 +213,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.2.0" +#define AWSLC_VERSION_NUMBER_STRING "1.3.0" #if defined(BORINGSSL_SHARED_LIBRARY)