PROTON-1669: bump the .so minor versions
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5e4242c2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5e4242c2 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/5e4242c2 Branch: refs/heads/go1 Commit: 5e4242c29663f2398219d1c21d93789ef2870c27 Parents: 3311dd6 Author: Robbie Gemmell <[email protected]> Authored: Tue Dec 19 19:36:32 2017 +0000 Committer: Robbie Gemmell <[email protected]> Committed: Tue Dec 19 19:36:32 2017 +0000 ---------------------------------------------------------------------- proton-c/versions.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5e4242c2/proton-c/versions.cmake ---------------------------------------------------------------------- diff --git a/proton-c/versions.cmake b/proton-c/versions.cmake index cfa7253..da4d676 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 1) +set(PN_LIB_CORE_MINOR_VERSION 2) 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 0) +set(PN_LIB_PROACTOR_MINOR_VERSION 1) 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 0) +set(PN_LIB_LEGACY_MINOR_VERSION 1) 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 0) +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: [email protected] For additional commands, e-mail: [email protected]
