summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichaelo <michaelo@13f79535-47bb-0310-9956-ffa450edef68>2021-05-24 20:04:05 +0000
committermichaelo <michaelo@13f79535-47bb-0310-9956-ffa450edef68>2021-05-24 20:04:05 +0000
commitc9914da72cb322fbbce998f33dd1ac46f58072dd (patch)
tree36ca882bcb99bebae2e4420025f6319b2abbd872
parent8e869398a8d964eceb7e92aa65ad5eb446371903 (diff)
downloadlibapr-c9914da72cb322fbbce998f33dd1ac46f58072dd.tar.gz
Bump patch version to 1
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1890173 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index b101e40d0..b10134acd 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 0
+#define APR_PATCH_VERSION 1
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,