summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)