Repository: qpid-proton Updated Branches: refs/heads/0.14.x 2c1ecd76e -> bfae5bf1d
PROTON-1271: Bump the 0.14.x .so major version to 8 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bfae5bf1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bfae5bf1 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/bfae5bf1 Branch: refs/heads/0.14.x Commit: bfae5bf1d6d756fa167b7daf6f09ce13bd31be49 Parents: 2c1ecd7 Author: Justin Ross <[email protected]> Authored: Mon Aug 1 20:28:25 2016 -0700 Committer: Justin Ross <[email protected]> Committed: Mon Aug 1 20:28:25 2016 -0700 ---------------------------------------------------------------------- proton-c/soversion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bfae5bf1/proton-c/soversion.cmake ---------------------------------------------------------------------- diff --git a/proton-c/soversion.cmake b/proton-c/soversion.cmake index 84082ea..ca299e2 100644 --- a/proton-c/soversion.cmake +++ b/proton-c/soversion.cmake @@ -1,2 +1,2 @@ -set (PN_LIB_SOMAJOR 7) +set (PN_LIB_SOMAJOR 8) set (PN_LIB_SOMINOR "0.0") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
