Repository: qpid-proton
Updated Branches:
  refs/heads/master 5237ea7c6 -> bbc83aaf0


PROTON-1752: Update library versions after ABI 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/bbc83aaf
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bbc83aaf
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/bbc83aaf

Branch: refs/heads/master
Commit: bbc83aaf03521db9c4d3da896ca5be7810264643
Parents: 5237ea7
Author: Justin Ross <jr...@apache.org>
Authored: Thu Feb 22 05:31:39 2018 -0800
Committer: Justin Ross <jr...@apache.org>
Committed: Thu Feb 22 05:31:39 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bbc83aaf/proton-c/versions.cmake
----------------------------------------------------------------------
diff --git a/proton-c/versions.cmake b/proton-c/versions.cmake
index 6929805..e086bb4 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 2)
-set(PN_LIB_CORE_PATCH_VERSION 1)
+set(PN_LIB_CORE_MINOR_VERSION 3)
+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 2)
-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 2)
+set(PN_LIB_LEGACY_MINOR_VERSION 3)
 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 0)
+set(PN_LIB_CPP_PATCH_VERSION 1)
 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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to