Skip to content

Commit

Permalink
PROTON-2710: bump .so versions following review
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr committed Nov 20, 2024
1 parent e0fd484 commit 7154c79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions c/versions.cmake
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}")
2 changes: 1 addition & 1 deletion cpp/versions.cmake
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}")

0 comments on commit 7154c79

Please sign in to comment.