Author: pquerna Date: Tue Jan 25 21:17:02 2005 New Revision: 126466 URL: http://svn.apache.org/viewcvs?view=rev&rev=126466 Log: bump the 1.1.x branch to 1.1.1-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&rev=126466&p1=apr/apr/branches/1.1.x/include/apr_version.h&r1=126465&p2=apr/apr/branches/1.1.x/include/apr_version.h&r2=126466 ============================================================================== --- apr/apr/branches/1.1.x/include/apr_version.h (original) +++ apr/apr/branches/1.1.x/include/apr_version.h Tue Jan 25 21:17:02 2005 @@ -60,13 +60,13 @@ #define APR_MINOR_VERSION 1 /** patch level */ -#define APR_PATCH_VERSION 0 +#define APR_PATCH_VERSION 1 /** * This symbol is defined for internal, "development" copies of APR. * This symbol should be #undef'd for releases. */ -/* #define APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION /** The formatted string of APR's version */ #define APR_VERSION_STRING \
