You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/12/06 02:07:06 UTC

svn commit: r1210731 - in /apr/apr-util/branches/1.4.x: STATUS include/apu_version.h

Author: minfrin
Date: Tue Dec  6 01:07:06 2011
New Revision: 1210731

URL: http://svn.apache.org/viewvc?rev=1210731&view=rev
Log:
Prepare for the 1.4.0 tag

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

Modified: apr/apr-util/branches/1.4.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/STATUS?rev=1210731&r1=1210730&r2=1210731&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.4.x/STATUS [utf-8] Tue Dec  6 01:07:06 2011
@@ -4,7 +4,7 @@ Last modified at [$Date$]
 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.4.0     : tagged December 6, 2011
     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.4.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apu_version.h?rev=1210731&r1=1210730&r2=1210731&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.4.x/include/apu_version.h Tue Dec  6 01:07:06 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)