Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila committed Aug 12, 2020
1 parent 836b7e1 commit 02fddd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-rc1")
set(OQS_VERSION_TEXT "0.4.0")
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

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

About
-----
Expand All @@ -17,14 +17,15 @@ liboqs can be used with the following Open Quantum Safe application integrations
liboqs can also be used in the following programming languages via language-specific wrappers:

- C++, via https://github.com/open-quantum-safe/liboqs-cpp
- Go, via https://github.com/thales-e-security/goliboqs
- Go, via https://github.com/open-quantum-safe/liboqs-go
- Java, via https://github.com/open-quantum-safe/liboqs-java
- .NET, via https://github.com/open-quantum-safe/liboqs-dotnet
- Python 3, via https://github.com/open-quantum-safe/liboqs-python

Release notes
=============

This is the first release candidate of version 0.4.0 of liboqs. It was released on August 4, 2020. Its project page on GitHub is at https://github.com/open-quantum-safe/liboqs/milestone/9.
This is version 0.4.0 of liboqs. It was released on August 11, 2020.

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

0 comments on commit 02fddd9

Please sign in to comment.