Author: pquerna Date: Thu Jan 20 20:26:02 2005 New Revision: 125888 URL: http://svn.apache.org/viewcvs?view=rev&rev=125888 Log: Undefine -dev in prep for 1.1.0_RC1
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=125888&p1=apr/apr/branches/1.1.x/include/apr_version.h&r1=125887&p2=apr/apr/branches/1.1.x/include/apr_version.h&r2=125888 ============================================================================== --- apr/apr/branches/1.1.x/include/apr_version.h (original) +++ apr/apr/branches/1.1.x/include/apr_version.h Thu Jan 20 20:26:02 2005 @@ -66,7 +66,7 @@ * 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 \
