summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/apr_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index bf9fbda9c..bfa635506 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -58,14 +58,14 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 1
+#define APR_PATCH_VERSION 2
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
* "development" copies of APR. It is undefined for released versions
* of APR.
*/
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
#if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)