summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-04-09 19:56:35 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-04-09 19:56:35 +0000
commit9e52fee3bec99d4df228ac598ef4d5f3b810934d (patch)
treed8e8290a97f817de4a42517981da4cfc45b6f105 /include
parent1cceb1f660a06444c3eca0c8fcf45dc692225845 (diff)
downloadlibapr-9e52fee3bec99d4df228ac598ef4d5f3b810934d.tar.gz
bump after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@392821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 7d95f40e9..2596017db 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 12
+#define APR_PATCH_VERSION 13
/**
* This symbol is defined for internal, "development" copies of APR. This
* symbol will be #undef'd for releases.
*/
-#undef APR_IS_DEV_VERSION
+#define APR_IS_DEV_VERSION
/** The formatted string of APR's version */