Prepare for the 1.5.2 tag

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462848 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS b/STATUS
index 508619b..891aa85 100644
--- a/STATUS
+++ b/STATUS
@@ -3,7 +3,8 @@
 
 Releases:
     2.0.0     : None/EOL - merged into apr/trunk/
-    1.5.2     : in development on branches/1.5.x/
+    1.5.3     : in development on branches/1.5.x/
+    1.5.2     : tagged March 30, 2013
     1.5.1     : released October 5, 2012
     1.5.0     : tagged August 6, 2012, not released
     1.4.2     : not released
diff --git a/include/apu_version.h b/include/apu_version.h
index ded22ec..7435084 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -66,7 +66,7 @@
  * "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)