You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2013/11/14 19:52:33 UTC

svn commit: r1542014 - in /qpid/branches/0.26/qpid: ./ cpp/src/ cpp/src/amqp.cmake

Author: gsim
Date: Thu Nov 14 18:52:33 2013
New Revision: 1542014

URL: http://svn.apache.org/r1542014
Log:
QPID-5341: allow proton 0.6, backported from r1542010

Modified:
    qpid/branches/0.26/qpid/   (props changed)
    qpid/branches/0.26/qpid/cpp/src/   (props changed)
    qpid/branches/0.26/qpid/cpp/src/amqp.cmake

Propchange: qpid/branches/0.26/qpid/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid:r1542010

Propchange: qpid/branches/0.26/qpid/cpp/src/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/cpp/src:r1542010

Modified: qpid/branches/0.26/qpid/cpp/src/amqp.cmake
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/src/amqp.cmake?rev=1542014&r1=1542013&r2=1542014&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/cpp/src/amqp.cmake (original)
+++ qpid/branches/0.26/qpid/cpp/src/amqp.cmake Thu Nov 14 18:52:33 2013
@@ -48,7 +48,7 @@ endif()
 
 set (amqp_default ${amqp_force})
 set (minimum_version 0.5)
-set (maximum_version 0.5)
+set (maximum_version 0.6)
 if (PROTON_FOUND)
     if (PROTON_VERSION LESS ${minimum_version})
         message(STATUS "Qpid proton ${PROTON_VERSION} is too old, require ${minimum_version} - ${maximum_version}; amqp 1.0 support not enabled")



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