svn commit: r1936820 - in apr/apr-util/tags/1.6.4-rc1-candidate: . include
[email protected] Mon, 03 Aug 2026 12:52:58 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178576157846.1845061.18092546641073606135@svn03-he-fi> |
Author: covener Date: Mon Aug 3 12:52:58 2026 New Revision: 1936820 Log: Post 1.6.4-rc1 tag updates Modified: apr/apr-util/tags/1.6.4-rc1-candidate/NOTICE apr/apr-util/tags/1.6.4-rc1-candidate/include/apu_version.h Modified: apr/apr-util/tags/1.6.4-rc1-candidate/NOTICE ============================================================================== --- apr/apr-util/tags/1.6.4-rc1-candidate/NOTICE Mon Aug 3 12:52:46 2026 (r1936819) +++ apr/apr-util/tags/1.6.4-rc1-candidate/NOTICE Mon Aug 3 12:52:58 2026 (r1936820) @@ -1,5 +1,5 @@ Apache Portable Runtime Utility Library -Copyright 2025 The Apache Software Foundation. +Copyright 2026 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Modified: apr/apr-util/tags/1.6.4-rc1-candidate/include/apu_version.h ============================================================================== --- apr/apr-util/tags/1.6.4-rc1-candidate/include/apu_version.h Mon Aug 3 12:52:46 2026 (r1936819) +++ apr/apr-util/tags/1.6.4-rc1-candidate/include/apu_version.h Mon Aug 3 12:52:58 2026 (r1936820) @@ -38,7 +38,7 @@ */ -#define APU_COPYRIGHT "Copyright 2025 The Apache Software Foundation." +#define APU_COPYRIGHT "Copyright 2026 The Apache Software Foundation." /* The numeric compile-time version constants. These constants are the * authoritative version numbers for APU. @@ -68,7 +68,7 @@ * "development" copies of APU. It is undefined for released versions * of APU. */ -#define APU_IS_DEV_VERSION +/* #undef APU_IS_DEV_VERSION */ #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)