diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | include/apr_version.h | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes for APR 1.3.3 + + + Changes for APR 1.3.2 *) Fix getservbyname_r() detection. [Ruediger Pluem] diff --git a/include/apr_version.h b/include/apr_version.h index aec7c73b9..9c35fdf40 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -59,14 +59,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 2 +#define APR_PATCH_VERSION 3 /** * The symbol APR_IS_DEV_VERSION is only defined for internal, * "development" copies of APR. It is undefined for released versions * of APR. */ -/* #undef APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION /** * Check at compile time if the APR version is at least a certain |