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 2008/06/15 04:17:35 UTC

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

Author: wrowe
Date: Sat Jun 14 19:17:34 2008
New Revision: 667919

URL: http://svn.apache.org/viewvc?rev=667919&view=rev
Log:
tagging 1.3.1

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=667919&r1=667918&r2=667919&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Sat Jun 14 19:17:34 2008
@@ -3,7 +3,8 @@
 
 Releases:
 
-    1.3.1     : in development
+    1.3.2     : in development
+    1.3.1     : tagged June 14, 2008
     1.3.0     : released June 3, 2008
     1.2.12    : released November 25, 2007
     1.2.11    : not released

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=667919&r1=667918&r2=667919&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 Sat Jun 14 19:17:34 2008
@@ -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)