dreid 2004/08/03 02:28:07
Modified: include apr_version.h Log: HEAD is now 1.0.1 and is once again a dev version When testing this apr-1-config didn't show the "-dev" as I'd have expected. Don't have time to trace more than that! Revision Changes Path 1.20 +6 -1 apr/include/apr_version.h Index: apr_version.h =================================================================== RCS file: /home/cvs/apr/include/apr_version.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- apr_version.h 3 Aug 2004 09:15:55 -0000 1.19 +++ apr_version.h 3 Aug 2004 09:28:07 -0000 1.20 @@ -60,8 +60,13 @@ #define APR_MINOR_VERSION 0 /** 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 /** The formatted string of APR's version */ #define APR_VERSION_STRING \
