Skip to content

Commit 0e7a295

Browse files
committed
bumped version number for 0.15.0 release candidate 1
Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
1 parent 31b919f commit 0e7a295

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
4343
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
4444
set(CMAKE_C_VISIBILITY_PRESET hidden)
4545
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")
4949
set(OQS_VERSION_TEXT "${OQS_VERSION_MAJOR}.${OQS_VERSION_MINOR}.${OQS_VERSION_PATCH}${OQS_VERSION_PRE_RELEASE}")
5050
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
5151
set(OQS_MINIMAL_GCC_VERSION "7.1.0")

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Using any code prior to 0.12.0 is strongly discouraged due to a [known security
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| 0.14.0 | :white_check_mark: |
12-
| < 0.14 | :x: |
11+
| 0.15.0 | :white_check_mark: |
12+
| < 0.15 | :x: |
1313

1414
## Reporting a Vulnerability
1515

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ set_target_properties(oqs
142142
ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
143143
LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib"
144144
VERSION ${OQS_VERSION_TEXT}
145-
SOVERSION 8
145+
SOVERSION 9
146146
# For Windows DLLs
147147
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin")
148148

0 commit comments

Comments
 (0)