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/05/29 09:49:58 UTC

svn commit: r779882 - in /apr/apr-util/branches/1.3.x: STATUS include/apu_version.h

Author: wrowe
Date: Fri May 29 07:49:57 2009
New Revision: 779882

URL: http://svn.apache.org/viewvc?rev=779882&view=rev
Log:
prepare to tag

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

Modified: apr/apr-util/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/STATUS?rev=779882&r1=779881&r2=779882&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Fri May 29 07:49:57 2009
@@ -3,9 +3,9 @@
 
 Releases:
 
-    2.0.0     : in development on trunk/
+    2.0.0     : EOL - merged into apr/trunk/
     1.4.0     : in development on branches/1.4.x/
-    1.3.5     : in maintenance on branches/1.3.x/
+    1.3.5     : tagged May 29, 2008
     1.3.4     : released August 15, 2008
     1.3.3     : not released
     1.3.2     : released June 23, 2008

Modified: apr/apr-util/branches/1.3.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu_version.h?rev=779882&r1=779881&r2=779882&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.3.x/include/apu_version.h Fri May 29 07:49:57 2009
@@ -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)