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


gnu-hello       
Info
Commit...:101ccb1b9b0b72a0c59c3b396491265a55e353ea
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Mon Jan 31 18:57:25 2022 +0000
Parents..:6fe9c7f598d92be7ecbdcda896237c8d48d80a01

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

diff --git a/NEWS b/NEWS
line changes: +3/-0
index 9abf6d4..57b2795
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU Hello NEWS                                         -*- outline -*-
 
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
 * Noteworthy changes in release 2.12 (2022-01-31) [stable]
 
 Fix a minor documentation typo.

diff --git a/cfg.mk b/cfg.mk
line changes: +1/-1
index 49f7fc6..13756d6
--- 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 := ec47ec2c3522396c86ffc95d3a4114b5
+old_NEWS_hash := 42c529d4ea03d573d9f1ba65074d53f1
 
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1 \

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