Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila committed Aug 21, 2022
1 parent da6e541 commit ea44f39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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.7.2-rc2")
set(OQS_VERSION_TEXT "0.7.2")
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
liboqs version 0.7.2-rc2
========================
liboqs version 0.7.2
====================

About
-----
Expand Down Expand Up @@ -29,7 +29,7 @@ liboqs can also be used in the following programming languages via language-spec
Release notes
=============

This is release candidate 2 for version 0.7.2 of liboqs.
This is version 0.7.2 of liboqs. It was released on August 21, 2022.

Security considerations
-----------------------
Expand Down Expand Up @@ -134,4 +134,4 @@ Detailed changelog
* add warning about HQC [skip ci] by @baentsch in https://github.com/open-quantum-safe/liboqs/pull/1284
* Cover SHA3/SHAKE-implementation specific code paths in Picnic suppres… by @sebastinas in https://github.com/open-quantum-safe/liboqs/pull/1286

**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.1...0.7.2-rc2
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.7.1...0.7.2

0 comments on commit ea44f39

Please sign in to comment.