Skip to content

Commit

Permalink
liboqs 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila committed Aug 11, 2021
1 parent c2eedff commit 6f64980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.0-rc4")
set(OQS_VERSION_TEXT "0.7.0")
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
liboqs version 0.7.0-rc4
========================
liboqs version 0.7.0
====================

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

This is release candidate 4 for version 0.7.0 of liboqs. It was released on August 6, 2021.
This is version 0.7.0 of liboqs. It was released on August 11, 2021.

What's New
----------
Expand Down

0 comments on commit 6f64980

Please sign in to comment.