You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2010/10/01 13:48:31 UTC

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

Author: trawick
Date: Fri Oct  1 11:48:31 2010
New Revision: 1003497

URL: http://svn.apache.org/viewvc?rev=1003497&view=rev
Log:
Prepare for the 1.3.10 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=1003497&r1=1003496&r2=1003497&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Fri Oct  1 11:48:31 2010
@@ -6,6 +6,8 @@ Releases:
     2.0.0     : None/EOL - merged into apr/trunk/
     1.5.0     : in development on branches/1.5.x/
     1.4.0     : in development on branches/1.4.x/
+    1.3.11    : in development on brances/1.3.x/
+    1.3.10    : tagged October 1, 2010
     1.3.9     : released August 5, 2009
     1.3.8     : released July 6, 2009
     1.3.7     : released June 5, 2009

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=1003497&r1=1003496&r2=1003497&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 Oct  1 11:48:31 2010
@@ -66,7 +66,7 @@
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-#define APU_IS_DEV_VERSION
+/* #define APU_IS_DEV_VERSION */
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)