summaryrefslogtreecommitdiff
path: root/include/apu_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apu_version.h')
-rw-r--r--include/apu_version.h4
1 files changed, 2 insertions, 2 deletions
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)