summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-05-19 14:40:55 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-05-19 14:40:55 +0000
commite75b588b759acfad32486ef20c4708221a81fda5 (patch)
treec30275882ac18f4ecbf7b62d3c8ec508f83ae980
parentda517169724bc0c0870e3be2f93a5f5937d8a1d0 (diff)
downloadlibapr-util-e75b588b759acfad32486ef20c4708221a81fda5.tar.gz
1.3.12 is tagged; bump to 1.3.13 (development)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x@1124860 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--include/apu_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index cac3354d..db90354a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
+Changes with APR-util 1.3.13
+
+
Changes with APR-util 1.3.12
*) apr_ldap: Fix crash because of NULL cleanup registered by
diff --git a/include/apu_version.h b/include/apu_version.h
index a11b8130..86847721 100644
--- a/include/apu_version.h
+++ b/include/apu_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 APU_PATCH_VERSION 12
+#define APU_PATCH_VERSION 13
/**
* The symbol APU_IS_DEV_VERSION is only defined for internal,
* "development" copies of APU. It is undefined for released versions
* of APU.
*/
-/* #define APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
#if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)