summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-04-14 21:58:05 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2011-04-14 21:58:05 +0000
commit2b36548e2a39b4b28a1ea63ed717b5f955bb1aa2 (patch)
tree141a90d7dfc943755ac415f47798158ea189ba09
parent0223005228ceb354fa33fedbc3693f376b7966e7 (diff)
downloadlibapr-util-2b36548e2a39b4b28a1ea63ed717b5f955bb1aa2.tar.gz
1.3.11 is tagged; bump to 1.3.12 (development)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x@1092529 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 22928917..6bd694c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
+Changes with APR-util 1.3.12
+
+
Changes with APR-util 1.3.11
*) apr_dbd_oracle: fix endianness issue in prepared statements.
diff --git a/include/apu_version.h b/include/apu_version.h
index 1dcd35f0..9cd1d2b7 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 11
+#define APU_PATCH_VERSION 12
/**
* 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)