diff --git a/CMakeLists.txt b/CMakeLists.txt index 1578b6a93f..9bddd192e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED ON) set(CMAKE_POSITION_INDEPENDENT_CODE ON) set(CMAKE_C_VISIBILITY_PRESET hidden) -set(OQS_VERSION_TEXT "0.9.2-rc1") +set(OQS_VERSION_TEXT "0.9.2") set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}") set(OQS_MINIMAL_GCC_VERSION "7.1.0") set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/RELEASE.md b/RELEASE.md index 3ef5510dcb..0e39086776 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ -liboqs version 0.9.2-rc1 -======================== +liboqs version 0.9.2 +==================== About ----- @@ -28,7 +28,7 @@ liboqs can also be used in the following programming languages via language-spec Release notes ============= -This is release candidate 1 of version 0.9.2 of liboqs. It was released on January 11, 2024. +This is version 0.9.2 of liboqs. It was released on January 16, 2024. This release is a security release which fixes potential non-constant-time behaviour in Kyber based on https://github.com/pq-crystals/kyber/commit/272125f6acc8e8b6850fd68ceb901a660ff48196 @@ -46,4 +46,4 @@ Detailed changelog * Pull Kyber division fixes from PQ-Crystals into dev-092 by @praveksharma in https://github.com/open-quantum-safe/liboqs/pull/1652 -**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.1...0.9.2-rc1 +**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.9.1...0.9.2