From commits-return-12456-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Thu Dec 03 15:10:44 2009 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 33431 invoked from network); 3 Dec 2009 15:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 15:10:44 -0000 Received: (qmail 71992 invoked by uid 500); 3 Dec 2009 15:10:44 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 71935 invoked by uid 500); 3 Dec 2009 15:10:44 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 71926 invoked by uid 99); 3 Dec 2009 15:10:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 15:10:44 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 15:10:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C21FF2388962; Thu, 3 Dec 2009 15:10:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r886807 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp Date: Thu, 03 Dec 2009 15:10:21 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091203151021.C21FF2388962@eris.apache.org> Author: tabish Date: Thu Dec 3 15:10:20 2009 New Revision: 886807 URL: http://svn.apache.org/viewvc?rev=886807&view=rev Log: Update versioning info in metadata to reflect newest release target Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp?rev=886807&r1=886806&r2=886807&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp Thu Dec 3 15:10:20 2009 @@ -31,7 +31,7 @@ //////////////////////////////////////////////////////////////////////////////// std::string ActiveMQConnectionMetaData::getCMSVersion() const throw( cms::CMSException ) { - return "2.0"; + return "2.1"; } //////////////////////////////////////////////////////////////////////////////// @@ -41,7 +41,7 @@ //////////////////////////////////////////////////////////////////////////////// int ActiveMQConnectionMetaData::getCMSMinorVersion() const throw( cms::CMSException ) { - return 0; + return 1; } //////////////////////////////////////////////////////////////////////////////// @@ -51,7 +51,7 @@ //////////////////////////////////////////////////////////////////////////////// std::string ActiveMQConnectionMetaData::getProviderVersion() const throw( cms::CMSException ) { - return "3.0.1"; + return "3.2"; } //////////////////////////////////////////////////////////////////////////////// @@ -61,7 +61,7 @@ //////////////////////////////////////////////////////////////////////////////// int ActiveMQConnectionMetaData::getProviderMinorVersion() const throw( cms::CMSException ) { - return 0; + return 2; } ////////////////////////////////////////////////////////////////////////////////