You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rp...@apache.org on 2023/03/31 09:10:13 UTC

svn commit: r1908842 - in /apr/apr/branches/1.7.x: CHANGES STATUS include/apr_version.h

Author: rpluem
Date: Fri Mar 31 09:10:12 2023
New Revision: 1908842

URL: http://svn.apache.org/viewvc?rev=1908842&view=rev
Log:
1.7.4-dev

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

Modified: apr/apr/branches/1.7.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?rev=1908842&r1=1908841&r2=1908842&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.7.x/CHANGES [utf-8] Fri Mar 31 09:10:12 2023
@@ -1,4 +1,6 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.7.4
+
 Changes for APR 1.7.3
 
   *) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510

Modified: apr/apr/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/STATUS?rev=1908842&r1=1908841&r2=1908842&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.7.x/STATUS [utf-8] Fri Mar 31 09:10:12 2023
@@ -4,7 +4,8 @@ Last modified at [$Date$]
 Releases:
     2.0.0     : in development on trunk/
     1.8.0     : in development
-    1.7.3     : in maintenance
+    1.7.4     : in maintenance
+    1.7.3     : released March 31, 2023
     1.7.2     : released February 1, 2023
     1.7.1     : released January 31, 2023
     1.7.0     : tagged April 1, 2019

Modified: apr/apr/branches/1.7.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr_version.h?rev=1908842&r1=1908841&r2=1908842&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr_version.h (original)
+++ apr/apr/branches/1.7.x/include/apr_version.h Fri Mar 31 09:10:12 2023
@@ -62,14 +62,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION      3
+#define APR_PATCH_VERSION       4
 
 /** 
  * 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
 
 /**
  * Check at compile time if the APR version is at least a certain