You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/07/04 15:58:07 UTC

[35/41] qpid-proton git commit: PROTON-1852: Update SO versions after ABI change review

PROTON-1852: 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/b1b8322b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b1b8322b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b1b8322b

Branch: refs/heads/go1
Commit: b1b8322b2f8f29653c8970aad5d37b3b22c56923
Parents: ba2975f
Author: Justin Ross <jr...@apache.org>
Authored: Thu Jun 21 16:36:31 2018 -0700
Committer: Justin Ross <jr...@apache.org>
Committed: Thu Jun 21 16:36:31 2018 -0700

----------------------------------------------------------------------
 c/versions.cmake   | 6 +++---
 cpp/versions.cmake | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b1b8322b/c/versions.cmake
----------------------------------------------------------------------
diff --git a/c/versions.cmake b/c/versions.cmake
index 978af08..7161422 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 4)
+set(PN_LIB_CORE_MINOR_VERSION 5)
 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 3)
-set(PN_LIB_PROACTOR_PATCH_VERSION 1)
+set(PN_LIB_PROACTOR_PATCH_VERSION 2)
 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 5)
+set(PN_LIB_LEGACY_MINOR_VERSION 6)
 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}")

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b1b8322b/cpp/versions.cmake
----------------------------------------------------------------------
diff --git a/cpp/versions.cmake b/cpp/versions.cmake
index 2254494..f83a8d2 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 0)
-set(PN_LIB_CPP_PATCH_VERSION 1)
+set(PN_LIB_CPP_MINOR_VERSION 1)
+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