branch: master
commit 161845b17e0ac2275c2278b4aa3c9f32f0992bd2
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Thu Jul 16 19:07:15 2026 +0300

    maint: post-release administrivia
    
    * NEWS: Add header line for next release.
    * .prev-version: Record previous version.
    * cfg.mk (old_NEWS_hash): Auto-update.
---
 .prev-version | 2 +-
 NEWS          | 3 +++
 cfg.mk        | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.prev-version b/.prev-version
index 6a6a3d8e..097a15a2 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-2.6.1
+2.6.2
diff --git a/NEWS b/NEWS
index 57cefcac..9d0eda9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
 * Noteworthy changes in release 2.6.2 (2026-07-16) [stable]
 
   Please see beta release 2.6.1 and alpha release 2.6.0 for a list of
diff --git a/cfg.mk b/cfg.mk
index 2b7735c4..491a994d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,7 +29,7 @@ update-release-year:
                m4/libtool.m4
 
 # Set format of NEWS.
-old_NEWS_hash := ef051f2b97daaa0bb76a58402f5da76b
+old_NEWS_hash := e6216384cc3760013b7ba2ae1b3872f3
 
 manual_title = Portable Dynamic Shared Object Management
 

Reply via email to