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 02:48:12 UTC

svn commit: r572465 - in /apr/apr/branches/1.2.x: STATUS include/apr_version.h

Author: wrowe
Date: Mon Sep  3 17:48:11 2007
New Revision: 572465

URL: http://svn.apache.org/viewvc?rev=572465&view=rev
Log:
Bump for APR 1.2.11

Modified:
    apr/apr/branches/1.2.x/STATUS
    apr/apr/branches/1.2.x/include/apr_version.h

Modified: apr/apr/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/STATUS?rev=572465&r1=572464&r2=572465&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.2.x/STATUS [utf-8] Mon Sep  3 17:48:11 2007
@@ -3,8 +3,8 @@
 
 Releases:
 
-    1.2.11    : in maintenance
-    1.2.10    : tagged August 29, 2007
+    1.2.11    : tagged September 3, 2007
+    1.2.10    : not released
     1.2.9     : released June 7, 2007
     1.2.8     : released December 4, 2006
     1.2.7     : released April 14, 2006

Modified: apr/apr/branches/1.2.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/include/apr_version.h?rev=572465&r1=572464&r2=572465&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/include/apr_version.h (original)
+++ apr/apr/branches/1.2.x/include/apr_version.h Mon Sep  3 17:48:11 2007
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       11
+#define APR_PATCH_VERSION      11
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-#define APR_IS_DEV_VERSION
+/* #undef APR_IS_DEV_VERSION */
 
 
 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)