You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/06/03 18:04:30 UTC

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

Author: wrowe
Date: Wed Jun  3 16:04:30 2009
New Revision: 781451

URL: http://svn.apache.org/viewvc?rev=781451&view=rev
Log:
back to -dev, misled by the initial commit

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=781451&r1=781450&r2=781451&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/STATUS [utf-8] (original)
+++ apr/apr/branches/0.9.x/STATUS [utf-8] Wed Jun  3 16:04:30 2009
@@ -3,8 +3,8 @@
 
 Release:
 
-    0.9.19    : tagged June 3, 2009
-    0.9.18    : not released
+    0.9.19    : in maintenance
+    0.9.18    : tagged June 3, 2009
     0.9.17    : released November 25, 2007
     0.9.16    : released September 6, 2007
     0.9.15    : not released

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=781451&r1=781450&r2=781451&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Wed Jun  3 16:04:30 2009
@@ -67,7 +67,7 @@
  *  This symbol is defined for internal, "development" copies of APR. This
  *  symbol will be #undef'd for releases. 
  */
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 
 /** The formatted string of APR's version */