summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-06-09 12:51:41 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-06-09 12:51:41 +0000
commit101202b89a1327b978bd3053f07d87a0966910b9 (patch)
tree1f96d9c1fd25dab008fa398fbaa75ce855481426
parente422dc2a00858e9cb92335434af6c0c23091cd08 (diff)
downloadlibapr-101202b89a1327b978bd3053f07d87a0966910b9.tar.gz
And we are on 1.6.3-dev
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1798208 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS1
-rw-r--r--include/apr_version.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/STATUS b/STATUS
index 3a40ef218..c284ed8d1 100644
--- a/STATUS
+++ b/STATUS
@@ -4,6 +4,7 @@ Last modified at [$Date$]
Releases:
2.0.0 : in development on trunk/
1.7.0 : in development on branches/1.7.x
+ 1.6.3 : in development
1.6.2 : tagged June 9, 2017
1.6.1 : not released
1.6.0 : not released
diff --git a/include/apr_version.h b/include/apr_version.h
index 1b33bb59d..2bdcbcf84 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.
*/
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
/**
* Check at compile time if the APR version is at least a certain