summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--include/apr_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7d5a1cb4b..6c00b1e55 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
+Changes for APR 1.4.5
+
+
Changes for APR 1.4.4
*) Windows: Fix command-line builds. [William Rowe]
diff --git a/include/apr_version.h b/include/apr_version.h
index ff5268c99..c251d6265 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 4
+#define APR_PATCH_VERSION 5
/**
* 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
/**
* Check at compile time if the APR version is at least a certain