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/11/29 12:25:27 UTC

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

Author: wrowe
Date: Wed Nov 29 03:25:26 2006
New Revision: 480523

URL: http://svn.apache.org/viewvc?view=rev&rev=480523
Log:
Prepare to 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/viewvc/apr/apr/branches/1.2.x/STATUS?view=diff&rev=480523&r1=480522&r2=480523
==============================================================================
--- apr/apr/branches/1.2.x/STATUS (original)
+++ apr/apr/branches/1.2.x/STATUS Wed Nov 29 03:25:26 2006
@@ -3,8 +3,8 @@
 
 Releases:
 
-    1.2.8     : in development
-    1.2.7     : tagged April 9, 2006
+    1.2.8     : tagged November 29, 2006
+    1.2.7     : released April 14, 2006
     1.2.6     : released March 25, 2006 
     1.2.5     : not released
     1.2.4     : not released

Modified: apr/apr/branches/1.2.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/include/apr_version.h?view=diff&rev=480523&r1=480522&r2=480523
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Wed Nov 29 03:25:26 2006
@@ -66,7 +66,7 @@
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-#define APR_IS_DEV_VERSION
+/* #define APR_IS_DEV_VERSION */
 
 
 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)