summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcovener <covener@13f79535-47bb-0310-9956-ffa450edef68>2023-02-01 23:58:18 +0000
committercovener <covener@13f79535-47bb-0310-9956-ffa450edef68>2023-02-01 23:58:18 +0000
commit66887d3a53ff671eab05fd793fed52a6248dfb99 (patch)
tree50d16667d71f5b9fdf77af171a616acfd00970d7
parent33e4698b16d075f850b83994d7912641e960debe (diff)
downloadlibapr-66887d3a53ff671eab05fd793fed52a6248dfb99.tar.gz
1.7.3-dev
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1907203 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS3
-rw-r--r--include/apr_version.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index afd6c2c66..41cdd4001 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.2 : in maintenance
+ 1.7.3 : in maintenance
+ 1.7.2 : released February 1, 2023
1.7.1 : released January 31, 2023
1.7.0 : tagged April 1, 2019
1.6.5 : released September 14, 2018
diff --git a/include/apr_version.h b/include/apr_version.h
index cfa1cab2a..497e4c9b6 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 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