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


gnu-hello       
Info
Commit...:54660e5b08524bd8746f7492bb4f88d294477543
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Mon May 30 00:03:48 2022 +0100
Parents..:8ed6c0eec60cffe3e6dd4208b93eda370540f99d

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 3e162f0..3cf561c
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-2.12
+2.12.1

diff --git a/NEWS b/NEWS
line changes: +3/-0
index ed789ea..4674f56
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU Hello NEWS                                         -*- outline -*-
 
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
 * Noteworthy changes in release 2.12.1 (2022-05-30) [stable]
 
 Fix a minor documentation typo and update the translations.

diff --git a/cfg.mk b/cfg.mk
line changes: +1/-1
index 13756d6..b460277
--- a/cfg.mk
+++ b/cfg.mk
@@ -20,7 +20,7 @@ gnulib_dir = $(GNULIB_SRCDIR)
 manual_title = GNU Hello
 
 # Set format of NEWS
-old_NEWS_hash := 42c529d4ea03d573d9f1ba65074d53f1
+old_NEWS_hash := 7342db9e652ed0319651666d5dfaadaf
 
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1 \

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