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 2019/08/13 13:42:34 UTC

[qpid-proton] branch master updated: PROTON-2045: update .so versions for 0.29.0 (RC1) after review

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a48bd1  PROTON-2045: update .so versions for 0.29.0 (RC1) after review
4a48bd1 is described below

commit 4a48bd1d54762bceb6673ccb5cae960a85fedd2f
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Aug 13 14:41:09 2019 +0100

    PROTON-2045: update .so versions for 0.29.0 (RC1) after review
---
 c/versions.cmake   | 6 +++---
 cpp/versions.cmake | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/c/versions.cmake b/c/versions.cmake
index 1eae53f..2a58742 100644
--- a/c/versions.cmake
+++ b/c/versions.cmake
@@ -1,14 +1,14 @@
 set(PN_LIB_CORE_MAJOR_VERSION 10)
 set(PN_LIB_CORE_MINOR_VERSION 7)
-set(PN_LIB_CORE_PATCH_VERSION 0)
+set(PN_LIB_CORE_PATCH_VERSION 1)
 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 4)
-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_LEGACY_MAJOR_VERSION 11)
 set(PN_LIB_LEGACY_MINOR_VERSION 8)
-set(PN_LIB_LEGACY_PATCH_VERSION 0)
+set(PN_LIB_LEGACY_PATCH_VERSION 1)
 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 5830bc8..1482f9c 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 5)
+set(PN_LIB_CPP_MINOR_VERSION 6)
 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