Skip to content

Commit

Permalink
Link v2.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
aristonl committed May 31, 2023
1 parent a772923 commit 2adfbb0
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 @@ -7,7 +7,7 @@ find_package(OpenSSL 3 REQUIRED)
set(LINK_VERSION 2)
set(LINK_VERSION_MINOR 0)
set(LINK_VERSION_PATCH 0)
set(LINK_VERSION_EXTRA "rc2")
set(LINK_VERSION_EXTRA "rc3")

set(VERSION ${LINK_VERSION}.${LINK_VERSION_MINOR}.${LINK_VERSION_PATCH}-${LINK_VERSION_EXTRA})

Expand Down

0 comments on commit 2adfbb0

Please sign in to comment.