summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2023-03-31 09:10:12 +0000
committerRuediger Pluem <rpluem@apache.org>2023-03-31 09:10:12 +0000
commit40fdd9fe7462fe84f1c4e843b6fc245922f85264 (patch)
tree922a5890a0459443243c9d91da5fcb3b02b23a55
parentba576df3d30341e7ffdd95480f785e768e3ccf9d (diff)
downloadapr-40fdd9fe7462fe84f1c4e843b6fc245922f85264.tar.gz
1.7.4-dev
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1908842 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
-rw-r--r--STATUS3
-rw-r--r--include/apr_version.h4
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 2619e8602..a41a8b24b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
-*- coding: utf-8 -*-
+Changes for APR 1.7.4
+
Changes for APR 1.7.3
*) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510
diff --git a/STATUS b/STATUS
index 41cdd4001..6dd454c10 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.3 : in maintenance
+ 1.7.4 : in maintenance
+ 1.7.3 : released March 31, 2023
1.7.2 : released February 1, 2023
1.7.1 : released January 31, 2023
1.7.0 : tagged April 1, 2019
diff --git a/include/apr_version.h b/include/apr_version.h
index 70d1381e3..469b11e22 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -62,14 +62,14 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 3
+#define APR_PATCH_VERSION 4
/**
* 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