Prepare to tag

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x@781401 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 3573070..e466d61 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,8 @@
                                                      -*- coding: utf-8 -*-
 Changes with APR-util 0.9.16
 
-  *) Fix underflow in apr_strmatch_precompile.
+  *) SECURITY: CVE-2009-0023 (cve.mitre.org)
+     Fix underflow in apr_strmatch_precompile.
      [Matthew Palmer <mpalmer debian.org>]
 
   *) Fix off by one overflow in apr_brigade_vprintf.
diff --git a/STATUS b/STATUS
index 27d93c0..47d3367 100644
--- a/STATUS
+++ b/STATUS
@@ -3,7 +3,7 @@
 
 Release:
 
-    0.9.16  : in maintenance
+    0.9.16  : tagged June 3, 2009
     0.9.15  : released September 6, 2007
     0.9.14  : not released
     0.9.13  : released December 4, 2006
diff --git a/include/apu_version.h b/include/apu_version.h
index 3869906..3ebbe32 100644
--- a/include/apu_version.h
+++ b/include/apu_version.h
@@ -69,7 +69,7 @@
  *  This symbol is defined for internal, "development" copies of APU. This
  *  symbol will be #undef'd for releases. 
  */
-#define APU_IS_DEV_VERSION
+/* #undef APU_IS_DEV_VERSION */
 
 
 /** The formatted string of APU's version */