Skip to content

Commit

Permalink
Change version preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Oct 19, 2023
1 parent 39fdbfe commit fcee40a
Showing 1 changed file with 1 addition 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")
set(CMAKE_C_STANDARD 11)
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS ON)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down

0 comments on commit fcee40a

Please sign in to comment.