summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2022-02-11 11:33:49 +0100
committerPeter Simons <simons@cryp.to>2022-02-11 11:34:12 +0100
commit203f15bb8aac7a9f793074711c1549003f8796cf (patch)
treeb78e57e388d911b91de26987b17e5aced5622859
parent1fee5e236c08ccfe6fd06272f494d5c72ac60cc6 (diff)
downloadautoconf-archive-203f15bb8aac7a9f793074711c1549003f8796cf.tar.gz
maint: post-release administrivia
* NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
-rw-r--r--.prev-version2
-rw-r--r--NEWS2
-rw-r--r--cfg.mk2
3 files changed, 4 insertions, 2 deletions
diff --git a/.prev-version b/.prev-version
index 9359c25..8d0a2ac 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-2021.02.19
+2022.02.11
diff --git a/NEWS b/NEWS
index 0888307..d7dbe4f 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
* Noteworthy changes in release 2022.02.11 (2022-02-11) [stable]
AX_CC_FOR_BUILD was deprecated in favor of AX_PROG_CC_FOR_BUILD.
diff --git a/cfg.mk b/cfg.mk
index 2acc3c1..2d9e400 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -3,7 +3,7 @@
# settings required by the maintainer-makefile module
gnu_rel_host := ftp.gnu.org
-old_NEWS_hash := edc31429dff8e5b05456cc40c5b04f76
+old_NEWS_hash := a7988b526c80ef7484d76c89f294cd1a
gpg_key_ID := 99089D72
today := $(date "+%Y-%m-%d")
TAR_OPTIONS += --mtime=$(today)