Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 41786 invoked from network); 4 Jun 2008 23:12:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 23:12:40 -0000 Received: (qmail 80612 invoked by uid 500); 4 Jun 2008 23:12:43 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 80582 invoked by uid 500); 4 Jun 2008 23:12:43 -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 80568 invoked by uid 99); 4 Jun 2008 23:12:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 16:12:43 -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; Wed, 04 Jun 2008 23:11:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CE512238896F; Wed, 4 Jun 2008 16:12:10 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r663408 - /activemq/activemq-cpp/trunk/configure.ac Date: Wed, 04 Jun 2008 23:12:10 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080604231210.CE512238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed Jun 4 16:12:10 2008 New Revision: 663408 URL: http://svn.apache.org/viewvc?rev=663408&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-158 Setting Lib version to 3:0:0 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=663408&r1=663407&r2=663408&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/configure.ac (original) +++ activemq/activemq-cpp/trunk/configure.ac Wed Jun 4 16:12:10 2008 @@ -26,15 +26,13 @@ ## Define the Version variables ## ----------------------------------------------- ACTIVEMQ_LIBRARY_NAME=activemq-cpp -ACTIVEMQ_VERSION=2.3-SNAPSHOT -ACTIVEMQ_LIBRARY_VERSION=2:3 -ACTIVEMQ_RELEASE=0.0 +ACTIVEMQ_VERSION=2.2 +ACTIVEMQ_LIBRARY_VERSION=3:0:0 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION} AC_SUBST(ACTIVEMQ_LIBRARY_NAME) AC_SUBST(ACTIVEMQ_VERSION) AC_SUBST(ACTIVEMQ_LIBRARY_VERSION) -AC_SUBST(ACTIVEMQ_RELEASE) AC_SUBST(ACTIVEMQ_API_VERSION) PACKAGE=$ACTIVEMQ_LIBRARY_NAME