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 2013/05/04 23:56:37 UTC

svn commit: r1479194 - in /apr/apr/branches/1.4.x: CHANGES include/apr_version.h

Author: trawick
Date: Sat May  4 21:56:37 2013
New Revision: 1479194

URL: http://svn.apache.org/r1479194
Log:
1.4.7 is tagged; bump to 1.4.8 (development)

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

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=1479194&r1=1479193&r2=1479194&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Sat May  4 21:56:37 2013
@@ -1,4 +1,7 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.4.8
+
+
 Changes for APR 1.4.7
 
   *) Fix apr_sockaddr_info_get() not returning an error in some cases.

Modified: apr/apr/branches/1.4.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/include/apr_version.h?rev=1479194&r1=1479193&r2=1479194&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/include/apr_version.h (original)
+++ apr/apr/branches/1.4.x/include/apr_version.h Sat May  4 21:56:37 2013
@@ -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       7
+#define APR_PATCH_VERSION       8
 
 /** 
  * 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