Author: rinrab
Date: Thu Jan  1 00:00:05 2026
New Revision: 1931020

Log:
Happy new year 2026!

* NOTICE: Update year in copyright header.
* subversion/libsvn_subr/version.c
  (svn_version_extended): Update year in svn --version.

Modified:
   subversion/trunk/NOTICE
   subversion/trunk/subversion/libsvn_subr/version.c

Modified: subversion/trunk/NOTICE
==============================================================================
--- subversion/trunk/NOTICE     Wed Dec 31 21:43:19 2025        (r1931019)
+++ subversion/trunk/NOTICE     Thu Jan  1 00:00:05 2026        (r1931020)
@@ -1,5 +1,5 @@
 Apache Subversion
-Copyright 2025 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed by many people, and distributed
 under Contributor License Agreements to The Apache Software Foundation

Modified: subversion/trunk/subversion/libsvn_subr/version.c
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/version.c   Wed Dec 31 21:43:19 
2025        (r1931019)
+++ subversion/trunk/subversion/libsvn_subr/version.c   Thu Jan  1 00:00:05 
2026        (r1931020)
@@ -144,7 +144,7 @@ svn_version_extended(svn_boolean_t verbo
   info->build_time = __TIME__;
   info->build_host = SVN_BUILD_HOST;
   info->copyright = apr_pstrdup
-    (pool, _("Copyright (C) 2025 The Apache Software Foundation.\n"
+    (pool, _("Copyright (C) 2026 The Apache Software Foundation.\n"
              "This software consists of contributions made by many people;\n"
              "see the NOTICE file for more information.\n"
              "Subversion is open source software, see "

Reply via email to