Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72213 invoked from network); 11 Jun 2007 05:35:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 05:35:51 -0000 Received: (qmail 13124 invoked by uid 500); 11 Jun 2007 05:35:51 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 12995 invoked by uid 500); 11 Jun 2007 05:35:50 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 12965 invoked by uid 500); 11 Jun 2007 05:35:50 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 12960 invoked by uid 99); 11 Jun 2007 05:35:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 22:35:50 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 22:35:46 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 14ECB1A981A; Sun, 10 Jun 2007 22:35:26 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r546020 - in /webservices/axis2/trunk/c: Makefile.am util/include/axutil_version.h Date: Mon, 11 Jun 2007 05:35:25 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070611053526.14ECB1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: samisa Date: Sun Jun 10 22:35:25 2007 New Revision: 546020 URL: http://svn.apache.org/viewvc?view=rev&rev=546020 Log: Fixed version to 1.1.0 Modified: webservices/axis2/trunk/c/Makefile.am webservices/axis2/trunk/c/util/include/axutil_version.h Modified: webservices/axis2/trunk/c/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?view=diff&rev=546020&r1=546019&r2=546020 ============================================================================== --- webservices/axis2/trunk/c/Makefile.am (original) +++ webservices/axis2/trunk/c/Makefile.am Sun Jun 10 22:35:25 2007 @@ -1,7 +1,7 @@ datadir=$(prefix) logsdir=$(prefix)/logs docsdir=$(prefix)/docs -includedir=$(prefix)/include/axis2-1.0 +includedir=$(prefix)/include/axis2-1.1 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = axis2c.pc Modified: webservices/axis2/trunk/c/util/include/axutil_version.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_version.h?view=diff&rev=546020&r1=546019&r2=546020 ============================================================================== --- webservices/axis2/trunk/c/util/include/axutil_version.h (original) +++ webservices/axis2/trunk/c/util/include/axutil_version.h Sun Jun 10 22:35:25 2007 @@ -33,7 +33,7 @@ * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading AXIS2_MAJOR_VERSION */ -#define AXIS2_MINOR_VERSION 0 +#define AXIS2_MINOR_VERSION 1 /** patch level * The Patch Level never includes API changes, simply bug fixes. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org