You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2018/09/10 14:14:54 UTC

qpid-dispatch git commit: NO-JIRA - Modified the version of Proton required from 0.23 to 0.25. This is because of some changes made to the Proton python binding which led to commit 6e03ab8a5dc5059bb4645a0b608ded93a02ebc17

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 0a8d43285 -> 0716719b9


NO-JIRA - Modified the version of Proton required from 0.23 to 0.25. This is because of some changes made to the Proton python binding which led to commit 6e03ab8a5dc5059bb4645a0b608ded93a02ebc17


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

Branch: refs/heads/master
Commit: 0716719b9b87cc56676a87047da6cc50275cb169
Parents: 0a8d432
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Mon Sep 10 10:12:25 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Mon Sep 10 10:12:25 2018 -0400

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/0716719b/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9dc7180..ecdabef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,7 +124,7 @@ find_library(pthread_lib pthread)
 find_library(dl_lib dl)
 find_library(rt_lib rt)
 
-find_package(Proton 0.23 REQUIRED)
+find_package(Proton 0.25 REQUIRED)
 
 message(STATUS "Found Proton: ${Proton_LIBRARIES} (found version \"${Proton_VERSION}\")" )
 


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