summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 13:29:51 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 13:29:51 +0000
commitb9f4c60e665e655e23358a238af798cd1baf2698 (patch)
tree842296b054c09a6085e1657eff022542d649fae8 /include/apr_version.h
parent6490925d4609b9239f7ba6beb91f3bc91a6a2143 (diff)
downloadlibapr-b9f4c60e665e655e23358a238af798cd1baf2698.tar.gz
0.9.19 is tagged, bump to 0.9.20 (devel^H^H^H^H^Hmaintenance)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@1006156 13f79535-47bb-0310-9956-ffa450edef68
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 08bcd288b..76d9253a9 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -61,13 +61,13 @@ extern "C" {
#define APR_MINOR_VERSION 9
/** patch level */
-#define APR_PATCH_VERSION 19
+#define APR_PATCH_VERSION 20
/**
* This symbol is defined for internal, "development" copies of APR. This
* symbol will be #undef'd for releases.
*/
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
/** The formatted string of APR's version */