Skip to content

Commit

Permalink
update version string indicating dev status (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Sep 14, 2022
1 parent 8ac8b1c commit 46deaac
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 @@ -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")
set(OQS_VERSION_TEXT "0.7.3-dev")
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down

0 comments on commit 46deaac

Please sign in to comment.