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


gnu-hello       
Info
Commit...:8aad206c9e3811d87b7c42db3d34145d6a4f2d96
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Wed Jan 5 22:26:48 2022 +0000
Parents..:47224f63f736e745b3bdefba5a3038dde88c9da2

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 37989bd..6a5fe6e
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-2.10
+2.11

diff --git a/NEWS b/NEWS
line changes: +3/-0
index 5ebfcdb..6671f40
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU Hello NEWS                                         -*- outline -*-
 
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
 * Noteworthy changes in release 2.11 (2022-01-05) [stable]
 
 Remove -h and -v short options.

diff --git a/cfg.mk b/cfg.mk
line changes: +1/-1
index f1d87f1..9d8624e
--- a/cfg.mk
+++ b/cfg.mk
@@ -19,7 +19,7 @@ GNULIB_SRCDIR ?= $(srcdir)/gnulib
 gnulib_dir = $(GNULIB_SRCDIR)
 
 # Set format of NEWS
-old_NEWS_hash := 970bc381c6e596eba2b1806c987235fe
+old_NEWS_hash := ec47ec2c3522396c86ffc95d3a4114b5
 
 update-copyright-env = \
   UPDATE_COPYRIGHT_FORCE=1 \

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