Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 0afd215dd -> 2cfb8e79f


DISPATCH-398 - Bump up the minimum version of Proton required to 0.13.0


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/2cfb8e79
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/2cfb8e79
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/2cfb8e79

Branch: refs/heads/master
Commit: 2cfb8e79f32c7a07b6ae2aaa3e85d3268b9a4471
Parents: 0afd215
Author: Ganesh Murthy <gmur...@redhat.com>
Authored: Fri Jun 17 10:21:08 2016 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Fri Jun 17 10:21:08 2016 -0400

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 README         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/2cfb8e79/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f71025..5e92b32 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,7 +86,7 @@ set(QPID_DISPATCH_CONFDIR 
${SYSCONF_INSTALL_DIR}/qpid-dispatch)
 find_library(pthread_lib pthread)
 find_library(dl_lib dl)
 find_library(rt_lib rt)
-find_package(Proton 0.12 REQUIRED)
+find_package(Proton 0.13 REQUIRED)
 
 ##
 ## Find Valgrind

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/2cfb8e79/README
----------------------------------------------------------------------
diff --git a/README b/README
index ae2b736..83caf0a 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.12 or later)
-- python-qpid-proton  (0.12 or later)
+- qpid-proton-c-devel (0.13 or later)
+- python-qpid-proton  (0.13 or later)
 - cmake
 - make
 - gcc


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to