Repository: qpid-proton Updated Branches: refs/heads/master ef37b2320 -> 4f4664556
PROTON-1050: Bump .so version on master Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/4f466455 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/4f466455 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/4f466455 Branch: refs/heads/master Commit: 4f46645569e74978aa7c40b5ed55f732a08e4c10 Parents: ef37b23 Author: Justin Ross <[email protected]> Authored: Tue Feb 2 19:27:58 2016 -0800 Committer: Justin Ross <[email protected]> Committed: Tue Feb 2 19:27:58 2016 -0800 ---------------------------------------------------------------------- proton-c/soversion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/4f466455/proton-c/soversion.cmake ---------------------------------------------------------------------- diff --git a/proton-c/soversion.cmake b/proton-c/soversion.cmake index 5061132..84082ea 100644 --- a/proton-c/soversion.cmake +++ b/proton-c/soversion.cmake @@ -1,2 +1,2 @@ -set (PN_LIB_SOMAJOR 5) +set (PN_LIB_SOMAJOR 7) set (PN_LIB_SOMINOR "0.0") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
