From commits-return-9861-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Wed Jan 07 16:46:23 2009 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 3251 invoked from network); 7 Jan 2009 16:46:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 16:46:23 -0000 Received: (qmail 45164 invoked by uid 500); 7 Jan 2009 16:46:23 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 45148 invoked by uid 500); 7 Jan 2009 16:46:23 -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 45139 invoked by uid 99); 7 Jan 2009 16:46:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 08:46:22 -0800 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; Wed, 07 Jan 2009 16:46:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F0AB223889F3; Wed, 7 Jan 2009 08:45:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r732394 - /activemq/activemq-cpp/trunk/configure.ac Date: Wed, 07 Jan 2009 16:45:54 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090107164554.F0AB223889F3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed Jan 7 08:45:54 2009 New Revision: 732394 URL: http://svn.apache.org/viewvc?rev=732394&view=rev Log: Update build version for ABI changes. Modified: activemq/activemq-cpp/trunk/configure.ac Modified: activemq/activemq-cpp/trunk/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/configure.ac?rev=732394&r1=732393&r2=732394&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/configure.ac (original) +++ activemq/activemq-cpp/trunk/configure.ac Wed Jan 7 08:45:54 2009 @@ -28,7 +28,7 @@ ## Define the Version variables ## ----------------------------------------------- ACTIVEMQ_LIBRARY_NAME=activemq-cpp -ACTIVEMQ_VERSION=2.3-SNAPSHOT +ACTIVEMQ_VERSION=3.0-SNAPSHOT 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=5:0:0 +ACTIVEMQ_LIBRARY_VERSION=6:0:0 AC_SUBST(ACTIVEMQ_LIBRARY_NAME) AC_SUBST(ACTIVEMQ_VERSION)