File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
43
43
set (CMAKE_POSITION_INDEPENDENT_CODE ON )
44
44
set (CMAKE_C_VISIBILITY_PRESET hidden)
45
45
set (OQS_VERSION_MAJOR 0)
46
- set (OQS_VERSION_MINOR 14 )
47
- set (OQS_VERSION_PATCH 1 )
48
- set (OQS_VERSION_PRE_RELEASE "-dev " )
46
+ set (OQS_VERSION_MINOR 15 )
47
+ set (OQS_VERSION_PATCH 0 )
48
+ set (OQS_VERSION_PRE_RELEASE "-rc1 " )
49
49
set (OQS_VERSION_TEXT "${OQS_VERSION_MAJOR} .${OQS_VERSION_MINOR} .${OQS_VERSION_PATCH}${OQS_VERSION_PRE_RELEASE} " )
50
50
set (OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR} -${CMAKE_HOST_SYSTEM} " )
51
51
set (OQS_MINIMAL_GCC_VERSION "7.1.0" )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Using any code prior to 0.12.0 is strongly discouraged due to a [known security
8
8
9
9
| Version | Supported |
10
10
| ------- | ------------------ |
11
- | 0.14 .0 | :white_check_mark : |
12
- | < 0.14 | :x : |
11
+ | 0.15 .0 | :white_check_mark : |
12
+ | < 0.15 | :x : |
13
13
14
14
## Reporting a Vulnerability
15
15
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ set_target_properties(oqs
142
142
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /lib"
143
143
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /lib"
144
144
VERSION ${OQS_VERSION_TEXT}
145
- SOVERSION 8
145
+ SOVERSION 9
146
146
# For Windows DLLs
147
147
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /bin" )
148
148
You can’t perform that action at this time.
0 commit comments