Repository: qpid-dispatch Updated Branches: refs/heads/master 9c4933ffb -> 9c8e4a24a
DISPATCH-222 - Updated minimum required version proton in README to 0.12 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/9c8e4a24 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/9c8e4a24 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/9c8e4a24 Branch: refs/heads/master Commit: 9c8e4a24a0432ed3137ebee99519383acf52c215 Parents: 9c4933f Author: Ganesh Murthy <[email protected]> Authored: Mon Apr 25 14:54:45 2016 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Mon Apr 25 14:54:45 2016 -0400 ---------------------------------------------------------------------- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/9c8e4a24/README ---------------------------------------------------------------------- diff --git a/README b/README index 2ae861e..ae2b736 100644 --- a/README +++ b/README @@ -10,8 +10,8 @@ Dependencies To build dispatch on a yum-based Linux system, you will need the following packages installed: -- qpid-proton-c-devel (0.10 or later) -- python-qpid-proton (0.10 or later) +- qpid-proton-c-devel (0.12 or later) +- python-qpid-proton (0.12 or later) - cmake - make - gcc --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
