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:49:51 UTC

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

Author: wrowe
Date: Mon Sep  3 17:49:51 2007
New Revision: 572467

URL: http://svn.apache.org/viewvc?rev=572467&view=rev
Log:
We are at 1.2.12-dev

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

Modified: apr/apr/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?rev=572467&r1=572466&r2=572467&view=diff
==============================================================================
--- apr/apr/branches/1.2.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.2.x/CHANGES [utf-8] Mon Sep  3 17:49:51 2007
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.2.12
+
+
+
 Changes for APR 1.2.11
 
   *) Win32 apr_file_read; Correctly handle completion-based read-to-EOF.

Modified: apr/apr/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/STATUS?rev=572467&r1=572466&r2=572467&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:49:51 2007
@@ -3,6 +3,7 @@
 
 Releases:
 
+    1.2.12    : in maintenance
     1.2.11    : tagged September 3, 2007
     1.2.10    : not released
     1.2.9     : released June 7, 2007

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=572467&r1=572466&r2=572467&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:49:51 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      12
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 
 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)