summaryrefslogtreecommitdiff
path: root/include/apr_version.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-29 09:07:59 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-29 09:07:59 +0000
commit4d9f59c1178a8d5685ef75a38f85b038d3236b08 (patch)
treea4acb671c6a33e36bc07c9b1d73e285a864a07f6 /include/apr_version.h
parent2173ebb4071d7689c16c901a6c12a15bfe7a1dc8 (diff)
downloadlibapr-4d9f59c1178a8d5685ef75a38f85b038d3236b08.tar.gz
Bump after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@570715 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 fe108285c..437972aaa 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -59,14 +59,14 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 10
+#define APR_PATCH_VERSION 11
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
* "development" copies of APR. It is undefined for released versions
* of APR.
*/
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
#if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)