From f6ca3dca5e95e77267dd0d7f5480c512cd6a4d6d Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Wed, 10 Jun 2020 11:57:51 -0400 Subject: [PATCH] liboqs 0.3.0 --- CMakeLists.txt | 2 +- README.md | 2 +- RELEASE.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33eb1d61b..212fb81b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,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.3.0-rc2") +set(OQS_VERSION_TEXT "0.3.0") set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}") set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/README.md b/README.md index 9abf003f6..e4a620560 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ liboqs includes some third party libraries or modules that are licensed differen ## Acknowledgements -Various companies, including Amazon Web Services, evolutionQ, Microsoft Research, Cisco Systems, and IBM Research have dedicated programmer time to contribute source code to OQS. [Various people](CONTRIBUTORS) have contributed source code to liboqs. +Various companies, including Amazon Web Services, Cisco Systems, evolutionQ, IBM Research, and Microsoft Research have dedicated programmer time to contribute source code to OQS. [Various people](CONTRIBUTORS) have contributed source code to liboqs. Financial support for the development of Open Quantum Safe has been provided by Amazon Web Services and the Tutte Institute for Mathematics and Computing. Research projects which developed specific components of OQS have been supported by various research grants, including funding from the Natural Sciences and Engineering Research Council of Canada (NSERC); see the source papers for funding acknowledgments. diff --git a/RELEASE.md b/RELEASE.md index de43d5b92..ff0baf426 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,5 @@ -liboqs version 0.3.0-rc2 -======================== +liboqs version 0.3.0 +==================== About ----- @@ -24,7 +24,7 @@ liboqs can also be used in the following programming languages via language-spec Release notes ============= -This is release candidate 2 for version 0.3.0 of liboqs. This release candidate was released on June 5, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/0.3.0-rc2. +This is version 0.3.0 of liboqs, which was released on June 10, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/0.3.0. What's New ----------