You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2018/03/22 23:39:42 UTC

qpid-proton git commit: PROTON-1777: Update .so versions after ABI change review

Repository: qpid-proton
Updated Branches:
  refs/heads/master 6e15ddcce -> fbfdeb784


PROTON-1777: Update .so versions after ABI change review


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/fbfdeb78
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/fbfdeb78
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/fbfdeb78

Branch: refs/heads/master
Commit: fbfdeb78437a031a83b6ae29b5d10772bd120bbe
Parents: 6e15ddc
Author: Justin Ross <jr...@apache.org>
Authored: Thu Mar 22 16:39:26 2018 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Thu Mar 22 16:39:26 2018 -0700

----------------------------------------------------------------------
 proton-c/versions.cmake | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/fbfdeb78/proton-c/versions.cmake
----------------------------------------------------------------------
diff --git a/proton-c/versions.cmake b/proton-c/versions.cmake
index e086bb4..a561b77 100644
--- a/proton-c/versions.cmake
+++ b/proton-c/versions.cmake
@@ -1,19 +1,19 @@
 set(PN_LIB_CORE_MAJOR_VERSION 10)
 set(PN_LIB_CORE_MINOR_VERSION 3)
-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 2)
-set(PN_LIB_PROACTOR_PATCH_VERSION 1)
+set(PN_LIB_PROACTOR_MINOR_VERSION 3)
+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_LEGACY_MAJOR_VERSION 11)
-set(PN_LIB_LEGACY_MINOR_VERSION 3)
+set(PN_LIB_LEGACY_MINOR_VERSION 4)
 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}")
 
-set(PN_LIB_CPP_MAJOR_VERSION 11)
-set(PN_LIB_CPP_MINOR_VERSION 2)
-set(PN_LIB_CPP_PATCH_VERSION 1)
+set(PN_LIB_CPP_MAJOR_VERSION 12)
+set(PN_LIB_CPP_MINOR_VERSION 0)
+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