* NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update. --- .prev-version | 2 +- NEWS | 3 +++ cfg.mk | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.prev-version b/.prev-version index a566ec8c..fd4ca57b 100644 --- a/.prev-version +++ b/.prev-version @@ -1 +1 @@ -1.4.18d +1.4.19 diff --git a/NEWS b/NEWS index 99aa4aa8..f4d59cd0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU M4 NEWS - User visible changes. +* Noteworthy changes in release ?.? (????-??-??) [?] + + * Noteworthy changes in release 1.4.19 (2021-05-28) [stable] ** A number of portability improvements inherited from gnulib, including diff --git a/cfg.mk b/cfg.mk index 809947b9..f626467b 100644 --- a/cfg.mk +++ b/cfg.mk @@ -34,7 +34,7 @@ local-checks-to-skip += sc_cast_of_x_alloc_return_value config_h_header = "m4\.h" # Hash of NEWS contents, to ensure we don't add entries to wrong section. -old_NEWS_hash = 9f7b57774172e11c4a0a9ea4d2e2effe +old_NEWS_hash = 1a900762a4ed2b550e6abd8163f1dfea # Update m4-latest.tar.* symlinks during 'make stable/beta'. GNUPLOADFLAGS = --symlink-regex -- 2.31.1 _______________________________________________ M4-patches mailing list [email protected] https://lists.gnu.org/mailman/listinfo/m4-patches
