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/go1 Commit: fbfdeb78437a031a83b6ae29b5d10772bd120bbe Parents: 6e15ddc Author: Justin Ross <[email protected]> Authored: Thu Mar 22 16:39:26 2018 -0700 Committer: Justin Ross <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
