Author: colm Date: Sun Oct 23 18:45:26 2005 New Revision: 327907 URL: http://svn.apache.org/viewcvs?rev=327907&view=rev Log: Increment the APR_MINOR_VERSION to reflect what trunk should be, and such that the overall version is higher than current release branches. Modified: apr/apr/trunk/include/apr_version.h Modified: apr/apr/trunk/include/apr_version.h URL: http://svn.apache.org/viewcvs/apr/apr/trunk/include/apr_version.h?rev=327907&r1=327906&r2=327907&view=diff ============================================================================== --- apr/apr/trunk/include/apr_version.h (original) +++ apr/apr/trunk/include/apr_version.h Sun Oct 23 18:45:26 2005 @@ -53,7 +53,7 @@ * Minor API changes that do not cause binary compatibility problems. * Reset to 0 when upgrading APR_MAJOR_VERSION */ -#define APR_MINOR_VERSION 2 +#define APR_MINOR_VERSION 3 /** patch level * The Patch Level never includes API changes, simply bug fixes.