Author: pquerna Date: Tue Mar 15 21:08:13 2005 New Revision: 157685 URL: http://svn.apache.org/viewcvs?view=rev&rev=157685 Log: bump to 1.0.3-dev
Modified: apr/apr-iconv/branches/1.0.x/include/api_version.h Modified: apr/apr-iconv/branches/1.0.x/include/api_version.h URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.0.x/include/api_version.h?view=diff&r1=157684&r2=157685 ============================================================================== --- apr/apr-iconv/branches/1.0.x/include/api_version.h (original) +++ apr/apr-iconv/branches/1.0.x/include/api_version.h Tue Mar 15 21:08:13 2005 @@ -58,14 +58,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading API_MINOR_VERSION */ -#define API_PATCH_VERSION 2 +#define API_PATCH_VERSION 3 /** * The symbol API_IS_DEV_VERSION is only defined for internal, * "development" copies of API. It is undefined for released versions * of API. */ -/* #define API_IS_DEV_VERSION */ +#define API_IS_DEV_VERSION #if defined(API_IS_DEV_VERSION) || defined(DOXYGEN)