Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:1757091fd6a84a5b9d955f4c04d40a1fb9b1d723
Author...:Collin Funk
Committer:Collin Funk
Date.....:Tue Mar 17 20:26:24 2026 -0700
Parents..:89fff19b23e35f0e97072507685c92aaae3d04c7

Message
maint: post-release administrivia

* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.

Changes
diff --git a/.prev-version b/.prev-version
line changes: +1/-1
index 371a952..ccc99d0
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-2.12.2
+2.12.3

diff --git a/NEWS b/NEWS
line changes: +3/-0
index 2090a76..947e79c
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU Hello NEWS                                         -*- outline -*-
 
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
 * Noteworthy changes in release 2.12.3 (2026-03-17) [stable]
 
 The manual no longer mentions the -h and -v short options which were

diff --git a/cfg.mk b/cfg.mk
line changes: +1/-1
index 57234b0..6919ba6
--- a/cfg.mk
+++ b/cfg.mk
@@ -28,7 +28,7 @@ local-checks-to-skip = \
   sc_indent
 
 # Set format of NEWS
-old_NEWS_hash := 5940357565cd8d809d708da94f93f47f
+old_NEWS_hash := 3509edb5b8d1de2821dcdd54264a8795
 
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1 \

This website is licensed under AGPL-3.0. Feel free to copy!