Author: pquerna Date: Tue Mar 15 15:55:29 2005 New Revision: 157617 URL: http://svn.apache.org/viewcvs?view=rev&rev=157617 Log: move 1.1.x to 1.1.2-dev
Modified: apr/apr/branches/1.1.x/include/apr_version.h Modified: apr/apr/branches/1.1.x/include/apr_version.h URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.1.x/include/apr_version.h?view=diff&r1=157616&r2=157617 ============================================================================== --- apr/apr/branches/1.1.x/include/apr_version.h (original) +++ apr/apr/branches/1.1.x/include/apr_version.h Tue Mar 15 15:55:29 2005 @@ -58,14 +58,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 1 +#define APR_PATCH_VERSION 2 /** * The symbol APR_IS_DEV_VERSION is only defined for internal, * "development" copies of APR. It is undefined for released versions * of APR. */ -/* #define APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)