summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_version.h')
-rw-r--r--include/apr_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index b10134acd..56780a103 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -56,13 +56,13 @@
* Minor API changes that do not cause binary compatibility problems.
* Reset to 0 when upgrading APR_MAJOR_VERSION
*/
-#define APR_MINOR_VERSION 7
+#define APR_MINOR_VERSION 8
/** patch level
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 1
+#define APR_PATCH_VERSION 0
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,