summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-11-29 11:30:32 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2006-11-29 11:30:32 +0000
commitcb6beca95889fbadf9a67939b4c377f5163644ec (patch)
tree263d45685478411c8143aa50edae9728b00c3211 /include
parent37f66de61c83792af6df4bc96d49b28c853e6b1a (diff)
downloadlibapr-cb6beca95889fbadf9a67939b4c377f5163644ec.tar.gz
Bump after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@480529 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 c2ddf81e7..1047532ec 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 13
+#define APR_PATCH_VERSION 14
/**
* 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 */