Skip to content

Commit

Permalink
interop test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Sep 21, 2023
1 parent 5d8952b commit 9fffe3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ else()
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
endif()
project(oqs-provider LANGUAGES C)
set(OQSPROVIDER_VERSION_TEXT "0.5.2-dev")
set(OQSPROVIDER_VERSION_TEXT "0.5.2-interop")
set(CMAKE_C_STANDARD 11)
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS ON)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ have been resolved.

The standards implemented are documented in the separate file [STANDARDS.md](STANDARDS.md).

THIS IS THE INTEROP-TEST BRANCH OF OQSPROVIDER. DO NOT USE FOR ANY OTHER PURPOSE.

Algorithms
----------

Expand Down

0 comments on commit 9fffe3b

Please sign in to comment.