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 2011/05/19 16:35:17 UTC

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

Author: trawick
Date: Thu May 19 14:35:17 2011
New Revision: 1124847

URL: http://svn.apache.org/viewvc?rev=1124847&view=rev
Log:
Prepare for the 1.3.12 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=1124847&r1=1124846&r2=1124847&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Thu May 19 14:35:17 2011
@@ -6,7 +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.12    : in development on branches/1.3.x/
+    1.3.13    : in development on branches/1.3.x/
+    1.3.12    : tagged May 19, 2001
     1.3.11    : released May 9, 2011
     1.3.10    : released October 4, 2010
     1.3.9     : released August 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=1124847&r1=1124846&r2=1124847&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 Thu May 19 14:35:17 2011
@@ -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)