This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 253ec1b47 PROTON-2864: Bump library .so versions for 0.41.0
253ec1b47 is described below

commit 253ec1b4769b752e0609394e0b0cea0b6be5cb41
Author: Andrew Stitcher <[email protected]>
AuthorDate: Fri Jun 12 15:04:39 2026 +0100

    PROTON-2864: Bump library .so versions for 0.41.0
---
 c/versions.cmake   | 8 ++++----
 cpp/versions.cmake | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/c/versions.cmake b/c/versions.cmake
index 1d0b83456..c19a84bc4 100644
--- a/c/versions.cmake
+++ b/c/versions.cmake
@@ -1,11 +1,11 @@
 set(PN_LIB_CORE_MAJOR_VERSION 10)
-set(PN_LIB_CORE_MINOR_VERSION 15)
+set(PN_LIB_CORE_MINOR_VERSION 16)
 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 1)
+set(PN_LIB_PROACTOR_MINOR_VERSION 11)
+set(PN_LIB_PROACTOR_PATCH_VERSION 0)
 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)
@@ -14,6 +14,6 @@ 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 18)
+set(PN_LIB_LEGACY_MINOR_VERSION 19)
 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}")
diff --git a/cpp/versions.cmake b/cpp/versions.cmake
index bf31ee03e..73c6fb787 100644
--- a/cpp/versions.cmake
+++ b/cpp/versions.cmake
@@ -1,4 +1,4 @@
 set(PN_LIB_CPP_MAJOR_VERSION 12)
-set(PN_LIB_CPP_MINOR_VERSION 13)
-set(PN_LIB_CPP_PATCH_VERSION 1)
+set(PN_LIB_CPP_MINOR_VERSION 14)
+set(PN_LIB_CPP_PATCH_VERSION 0)
 set(PN_LIB_CPP_VERSION 
"${PN_LIB_CPP_MAJOR_VERSION}.${PN_LIB_CPP_MINOR_VERSION}.${PN_LIB_CPP_PATCH_VERSION}")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to