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 2007/09/04 03:17:02 UTC

svn commit: r572477 - in /apr/apr-util/branches/1.2.x: STATUS include/apu_version.h

Author: wrowe
Date: Mon Sep  3 18:17:01 2007
New Revision: 572477

URL: http://svn.apache.org/viewvc?rev=572477&view=rev
Log:
Prepare for APR-util 1.2.10

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

Modified: apr/apr-util/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/STATUS?rev=572477&r1=572476&r2=572477&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.2.x/STATUS [utf-8] Mon Sep  3 18:17:01 2007
@@ -3,8 +3,8 @@
 
 Release:
 
-    1.2.10    : in maintenance
-    1.2.9     : tagged August 29, 2007
+    1.2.10    : tagged September 3, 2007
+    1.2.9     : not released
     1.2.8     : tagged December 4, 2006
     1.2.7     : released April 14, 2006
     1.2.6     : released March 25, 2006

Modified: apr/apr-util/branches/1.2.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/include/apu_version.h?rev=572477&r1=572476&r2=572477&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.2.x/include/apu_version.h Mon Sep  3 18:17:01 2007
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       10
+#define APU_PATCH_VERSION      10
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,
  * "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)