diff options
author | Michael Osipov <michaelo@apache.org> | 2021-05-24 20:04:05 +0000 |
---|---|---|
committer | Michael Osipov <michaelo@apache.org> | 2021-05-24 20:04:05 +0000 |
commit | e62e205c923931d893d0a5006dfbcc96b9e7fd40 (patch) | |
tree | 36ca882bcb99bebae2e4420025f6319b2abbd872 | |
parent | 79a3c02b269afbfca9a4bc9f2e23d4a382cb6cb6 (diff) | |
download | apr-e62e205c923931d893d0a5006dfbcc96b9e7fd40.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.h | 2 |
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, |