svn commit: r1936830 - in apr/apr-util/tags/1.6.4-rc2-candidate: . include
[email protected] Mon, 03 Aug 2026 14:17:04 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178576662475.1873225.40172602614721017@svn03-he-fi> |
Author: covener Date: Mon Aug 3 14:17:04 2026 New Revision: 1936830 Log: Post 1.6.4-rc2 tag updates Modified: apr/apr-util/tags/1.6.4-rc2-candidate/NOTICE apr/apr-util/tags/1.6.4-rc2-candidate/include/apu_version.h Modified: apr/apr-util/tags/1.6.4-rc2-candidate/NOTICE ============================================================================== --- apr/apr-util/tags/1.6.4-rc2-candidate/NOTICE Mon Aug 3 14:16:55 2026 (r1936829) +++ apr/apr-util/tags/1.6.4-rc2-candidate/NOTICE Mon Aug 3 14:17:04 2026 (r1936830) @@ -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-rc2-candidate/include/apu_version.h ============================================================================== --- apr/apr-util/tags/1.6.4-rc2-candidate/include/apu_version.h Mon Aug 3 14:16:55 2026 (r1936829) +++ apr/apr-util/tags/1.6.4-rc2-candidate/include/apu_version.h Mon Aug 3 14:17:04 2026 (r1936830) @@ -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)