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

svn commit: r907361 - in /apr/apr/branches/1.3.x: CHANGES include/apr_version.h

Author: trawick
Date: Sun Feb  7 01:12:20 2010
New Revision: 907361

URL: http://svn.apache.org/viewvc?rev=907361&view=rev
Log:
1.3.12 is tagged; bump to 1.3.13

Modified:
    apr/apr/branches/1.3.x/CHANGES
    apr/apr/branches/1.3.x/include/apr_version.h

Modified: apr/apr/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=907361&r1=907360&r2=907361&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.3.x/CHANGES [utf-8] Sun Feb  7 01:12:20 2010
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.3.13
+
+
+
 Changes for APR 1.3.12
 
   *) Fix detection of some Linux variants when configure is built with

Modified: apr/apr/branches/1.3.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/apr_version.h?rev=907361&r1=907360&r2=907361&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/apr_version.h (original)
+++ apr/apr/branches/1.3.x/include/apr_version.h Sun Feb  7 01:12:20 2010
@@ -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       12
+#define APR_PATCH_VERSION       13
 
 /** 
  * 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 */
+#define APR_IS_DEV_VERSION
 
 /**
  * Check at compile time if the APR version is at least a certain