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 2006/04/09 21:50:42 UTC

svn commit: r392816 - in /apr/apr/branches/1.2.x: STATUS include/apr_version.h

Author: wrowe
Date: Sun Apr  9 12:50:41 2006
New Revision: 392816

URL: http://svn.apache.org/viewcvs?rev=392816&view=rev
Log:
Update before tag

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

Modified: apr/apr/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/STATUS?rev=392816&r1=392815&r2=392816&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/STATUS (original)
+++ apr/apr/branches/1.2.x/STATUS Sun Apr  9 12:50:41 2006
@@ -3,7 +3,8 @@
 
 Releases:
 
-    1.2.6     : in development
+    1.2.7     : tagged April 9, 2006
+    1.2.6     : released March 25, 2006 
     1.2.5     : not released
     1.2.4     : not released
     1.2.3     : not released

Modified: apr/apr/branches/1.2.x/include/apr_version.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.2.x/include/apr_version.h?rev=392816&r1=392815&r2=392816&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Sun Apr  9 12:50:41 2006
@@ -66,7 +66,7 @@
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-#define APR_IS_DEV_VERSION
+#undef APR_IS_DEV_VERSION
 
 
 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)