-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PROTON-2710: bump .so versions following review
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
set(PN_LIB_CORE_MAJOR_VERSION 10) | ||
set(PN_LIB_CORE_MINOR_VERSION 14) | ||
set(PN_LIB_CORE_PATCH_VERSION 1) | ||
set(PN_LIB_CORE_MINOR_VERSION 15) | ||
set(PN_LIB_CORE_PATCH_VERSION 0) | ||
set(PN_LIB_CORE_VERSION "${PN_LIB_CORE_MAJOR_VERSION}.${PN_LIB_CORE_MINOR_VERSION}.${PN_LIB_CORE_PATCH_VERSION}") | ||
|
||
set(PN_LIB_PROACTOR_MAJOR_VERSION 1) | ||
set(PN_LIB_PROACTOR_MINOR_VERSION 10) | ||
set(PN_LIB_PROACTOR_PATCH_VERSION 0) | ||
set(PN_LIB_PROACTOR_PATCH_VERSION 1) | ||
set(PN_LIB_PROACTOR_VERSION "${PN_LIB_PROACTOR_MAJOR_VERSION}.${PN_LIB_PROACTOR_MINOR_VERSION}.${PN_LIB_PROACTOR_PATCH_VERSION}") | ||
|
||
set(PN_LIB_TLS_MAJOR_VERSION 0) | ||
set(PN_LIB_TLS_MINOR_VERSION 1) | ||
set(PN_LIB_TLS_PATCH_VERSION 2) | ||
set(PN_LIB_TLS_PATCH_VERSION 3) | ||
set(PN_LIB_TLS_VERSION "${PN_LIB_TLS_MAJOR_VERSION}.${PN_LIB_TLS_MINOR_VERSION}.${PN_LIB_TLS_PATCH_VERSION}") | ||
|
||
set(PN_LIB_LEGACY_MAJOR_VERSION 11) | ||
set(PN_LIB_LEGACY_MINOR_VERSION 17) | ||
set(PN_LIB_LEGACY_MINOR_VERSION 18) | ||
set(PN_LIB_LEGACY_PATCH_VERSION 0) | ||
set(PN_LIB_LEGACY_VERSION "${PN_LIB_LEGACY_MAJOR_VERSION}.${PN_LIB_LEGACY_MINOR_VERSION}.${PN_LIB_LEGACY_PATCH_VERSION}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
set(PN_LIB_CPP_MAJOR_VERSION 12) | ||
set(PN_LIB_CPP_MINOR_VERSION 13) | ||
set(PN_LIB_CPP_PATCH_VERSION 0) | ||
set(PN_LIB_CPP_PATCH_VERSION 1) | ||
set(PN_LIB_CPP_VERSION "${PN_LIB_CPP_MAJOR_VERSION}.${PN_LIB_CPP_MINOR_VERSION}.${PN_LIB_CPP_PATCH_VERSION}") |