You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/11/07 16:24:59 UTC

[qpid-proton] branch main updated: PROTON-2506: bump .so versions following review

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

robbie 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 6d4396e0a PROTON-2506: bump .so versions following review
6d4396e0a is described below

commit 6d4396e0a5fb282f6ca2e99f7cfeecad9a8fc169
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Nov 7 16:24:08 2022 +0000

    PROTON-2506: bump .so versions following review
---
 c/versions.cmake   | 10 +++++-----
 cpp/versions.cmake |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/c/versions.cmake b/c/versions.cmake
index 6e564cbb6..436bd7ed9 100644
--- a/c/versions.cmake
+++ b/c/versions.cmake
@@ -1,19 +1,19 @@
 set(PN_LIB_CORE_MAJOR_VERSION 10)
-set(PN_LIB_CORE_MINOR_VERSION 13)
+set(PN_LIB_CORE_MINOR_VERSION 14)
 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 8)
-set(PN_LIB_PROACTOR_PATCH_VERSION 3)
+set(PN_LIB_PROACTOR_MINOR_VERSION 9)
+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)
 set(PN_LIB_TLS_MINOR_VERSION 1)
-set(PN_LIB_TLS_PATCH_VERSION 0)
+set(PN_LIB_TLS_PATCH_VERSION 1)
 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 15)
+set(PN_LIB_LEGACY_MINOR_VERSION 16)
 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 d38f17c0e..5a0e0b244 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 11)
+set(PN_LIB_CPP_MINOR_VERSION 12)
 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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org