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:49 UTC

svn commit: r392817 - in /apr/apr-util/branches/1.2.x: STATUS include/apu_version.h

Author: wrowe
Date: Sun Apr  9 12:50:49 2006
New Revision: 392817

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

Modified:
    apr/apr-util/branches/1.2.x/STATUS
    apr/apr-util/branches/1.2.x/include/apu_version.h

Modified: apr/apr-util/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/STATUS?rev=392817&r1=392816&r2=392817&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/STATUS (original)
+++ apr/apr-util/branches/1.2.x/STATUS Sun Apr  9 12:50:49 2006
@@ -3,7 +3,8 @@
 
 Release:
 
-    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-util/branches/1.2.x/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/include/apu_version.h?rev=392817&r1=392816&r2=392817&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.2.x/include/apu_version.h Sun Apr  9 12:50:49 2006
@@ -66,7 +66,7 @@
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-#define APU_IS_DEV_VERSION
+#undef APU_IS_DEV_VERSION
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)