Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 5305 invoked from network); 20 Mar 2009 19:12:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2009 19:12:00 -0000 Received: (qmail 25882 invoked by uid 500); 20 Mar 2009 19:12:00 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 25857 invoked by uid 500); 20 Mar 2009 19:12:00 -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 25848 invoked by uid 99); 20 Mar 2009 19:12:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2009 12:12:00 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 20 Mar 2009 19:11:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9C6A9238896C; Fri, 20 Mar 2009 19:11:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r756715 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Date: Fri, 20 Mar 2009 19:11:30 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090320191130.9C6A9238896C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Fri Mar 20 19:11:29 2009 New Revision: 756715 URL: http://svn.apache.org/viewvc?rev=756715&view=rev Log: Prep for 2.2.5 release Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac?rev=756715&r1=756714&r2=756715&view=diff ============================================================================== --- activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac (original) +++ activemq/activemq-cpp/branches/activemq-cpp-2.x/configure.ac Fri Mar 20 19:11:29 2009 @@ -28,7 +28,7 @@ ## Define the Version variables ## ----------------------------------------------- ACTIVEMQ_LIBRARY_NAME=activemq-cpp -ACTIVEMQ_VERSION=2.2.4 +ACTIVEMQ_VERSION=2.2.5 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION} ## @@ -44,7 +44,7 @@ ## REVISION: a change in the REVISION number is made for any other type of change ## that does not justify a change to MINOR or MAJOR ## -ACTIVEMQ_LIBRARY_VERSION=6:1:0 +ACTIVEMQ_LIBRARY_VERSION=7:0:0 AC_SUBST(ACTIVEMQ_LIBRARY_NAME) AC_SUBST(ACTIVEMQ_VERSION)