dreid 2004/08/03 02:44:51
Modified: include api_version.h Log: HEAD is apr-iconv 1.0.1-dev Revision Changes Path 1.6 +8 -1 apr-iconv/include/api_version.h Index: api_version.h =================================================================== RCS file: /home/cvs/apr-iconv/include/api_version.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- api_version.h 3 Aug 2004 09:43:23 -0000 1.5 +++ api_version.h 3 Aug 2004 09:44:50 -0000 1.6 @@ -63,7 +63,14 @@ #define API_MINOR_VERSION 0 /** patch level */ -#define API_PATCH_VERSION 0 +#define API_PATCH_VERSION 1 + +/** + * This symbol is defined for internal, "development" copies of API. This + * symbol will be #undef'd for releases. + */ +#define API_IS_DEV_VERSION + /** The formatted string of API's version */ #define API_VERSION_STRING \
