Author: wrowe Date: Thu Nov 15 12:30:46 2007 New Revision: 595440 URL: http://svn.apache.org/viewvc?rev=595440&view=rev Log: bump after tag Modified: apr/apr/branches/1.2.x/CHANGES apr/apr/branches/1.2.x/STATUS apr/apr/branches/1.2.x/include/apr_version.h Modified: apr/apr/branches/1.2.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=595440&r1=595439&r2=595440&view=diff ============================================================================== --- apr/apr/branches/1.2.x/CHANGES [utf-8] (original) +++ apr/apr/branches/1.2.x/CHANGES [utf-8] Thu Nov 15 12:30:46 2007 @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes for APR 1.2.13 + + + Changes for APR 1.2.12 *) Numerous fixes to the test/ framework, including better handling of Modified: apr/apr/branches/1.2.x/STATUS URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/STATUS?rev=595440&r1=595439&r2=595440&view=diff ============================================================================== --- apr/apr/branches/1.2.x/STATUS [utf-8] (original) +++ apr/apr/branches/1.2.x/STATUS [utf-8] Thu Nov 15 12:30:46 2007 @@ -3,6 +3,7 @@ Releases: + 1.2.13 : in maintenance 1.2.12 : tagged November 15, 2007 1.2.11 : released September 6, 2007 1.2.10 : not released Modified: apr/apr/branches/1.2.x/include/apr_version.h URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/include/apr_version.h?rev=595440&r1=595439&r2=595440&view=diff ============================================================================== --- apr/apr/branches/1.2.x/include/apr_version.h (original) +++ apr/apr/branches/1.2.x/include/apr_version.h Thu Nov 15 12:30:46 2007 @@ -59,14 +59,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 12 +#define APR_PATCH_VERSION 13 /** * The symbol APR_IS_DEV_VERSION is only defined for internal, * "development" copies of APR. It is undefined for released versions * of APR. */ -/* #undef APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)