You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/09/13 03:22:48 UTC

svn commit: r1170000 - in /apr/apr/branches/0.9.x: STATUS include/apr_version.h

Author: trawick
Date: Tue Sep 13 01:22:47 2011
New Revision: 1170000

URL: http://svn.apache.org/viewvc?rev=1170000&view=rev
Log:
Prepare for the 0.9.20 tag

Modified:
    apr/apr/branches/0.9.x/STATUS
    apr/apr/branches/0.9.x/include/apr_version.h

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?rev=1170000&r1=1169999&r2=1170000&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/STATUS [utf-8] (original)
+++ apr/apr/branches/0.9.x/STATUS [utf-8] Tue Sep 13 01:22:47 2011
@@ -3,7 +3,8 @@ Last modified at [$Date$]
 
 Release:
 
-    0.9.20    : in maintenance
+    0.9.21    : in maintenance
+    0.9.20    : tagged September 12, 2011
     0.9.19    : released October 17, 2010
     0.9.18    : released June 5, 2009
     0.9.17    : released November 25, 2007

Modified: apr/apr/branches/0.9.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/apr_version.h?rev=1170000&r1=1169999&r2=1170000&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Tue Sep 13 01:22:47 2011
@@ -67,7 +67,7 @@ extern "C" {
  *  This symbol is defined for internal, "development" copies of APR. This
  *  symbol will be #undef'd for releases. 
  */
-#define APR_IS_DEV_VERSION
+/* #define APR_IS_DEV_VERSION */
 
 
 /** The formatted string of APR's version */