Repository: qpid-proton Updated Branches: refs/heads/master c6d366c60 -> 1522100a8
PROTON-1323: update the .so major version to 10 for 0.16.0 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/1522100a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1522100a Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/1522100a Branch: refs/heads/master Commit: 1522100a8a0bd973593a7cda31938332e0d28963 Parents: c6d366c Author: Robert Gemmell <[email protected]> Authored: Mon Oct 10 17:43:38 2016 +0100 Committer: Robert Gemmell <[email protected]> Committed: Mon Oct 10 17:43:38 2016 +0100 ---------------------------------------------------------------------- proton-c/soversion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1522100a/proton-c/soversion.cmake ---------------------------------------------------------------------- diff --git a/proton-c/soversion.cmake b/proton-c/soversion.cmake index 66686ec..58cc6f5 100644 --- a/proton-c/soversion.cmake +++ b/proton-c/soversion.cmake @@ -1,2 +1,2 @@ -set (PN_LIB_SOMAJOR 9) +set (PN_LIB_SOMAJOR 10) set (PN_LIB_SOMINOR "0.0") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
