summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--STATUS3
-rw-r--r--include/apr_version.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 4fe04aa46..d6890f878 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
-*- coding: utf-8 -*-
+Changes for APR 1.7.5
+
Changes for APR 1.7.4
*) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND
diff --git a/STATUS b/STATUS
index 6dd454c10..64d1f2fc2 100644
--- a/STATUS
+++ b/STATUS
@@ -4,7 +4,8 @@ Last modified at [$Date$]
Releases:
2.0.0 : in development on trunk/
1.8.0 : in development
- 1.7.4 : in maintenance
+ 1.7.5 : in maintenance
+ 1.7.4 : released April 16, 2023
1.7.3 : released March 31, 2023
1.7.2 : released February 1, 2023
1.7.1 : released January 31, 2023
diff --git a/include/apr_version.h b/include/apr_version.h
index 469b11e22..f7eb35972 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -62,7 +62,7 @@
* 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,