summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2023-02-20 18:03:30 +0100
committerPeter Simons <simons@cryp.to>2023-02-20 18:03:55 +0100
commit453af6ca734d5c9a9733b52ac0d4bd4eb13d1e30 (patch)
tree13bd62ed8548297c1e3faf058a6eb646dcf3e610
parent4cd9fa38f0f6cd6998a8d25d25824a0d59ee4fea (diff)
downloadautoconf-archive-453af6ca734d5c9a9733b52ac0d4bd4eb13d1e30.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 8a106a1..29563d3 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-2022.09.03
+2023.02.20
diff --git a/NEWS b/NEWS
index 961b2c7..3735b21 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 2023.02.20 (2023-02-20) [stable]
Please refer to the ChangeLog file for a list of changes.
diff --git a/cfg.mk b/cfg.mk
index 2ad85b1..997ad5c 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 := 6e23dc0335f6a8ff7dbac9575a602d1d
+old_NEWS_hash := cf265fa767e0fb81fc7965d0ae68078f
gpg_key_ID := 99089D72
today := $(date "+%Y-%m-%d")
TAR_OPTIONS += --mtime=$(today)