summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-04-07 09:58:00 -0700
committerJim Meyering <meyering@fb.com>2022-04-07 09:58:00 -0700
commite617ae30015927d1c671afe4c557aa8ac38cf794 (patch)
treeb346a7ed356952a0e3d7b605a0d7071d56bc6f63
parent80006351d3bb5d9099b74c41fefd6649424a9a28 (diff)
downloadgzip-e617ae30015927d1c671afe4c557aa8ac38cf794.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--NEWS3
-rw-r--r--cfg.mk2
3 files changed, 5 insertions, 2 deletions
diff --git a/.prev-version b/.prev-version
index 0960158..809bdcb 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-1.11
+1.12
diff --git a/NEWS b/NEWS
index 5580c92..837a592 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
GNU gzip NEWS -*- outline -*-
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
* Noteworthy changes in release 1.12 (2022-04-07) [stable]
** Changes in behavior
diff --git a/cfg.mk b/cfg.mk
index 7356f2b..bcb9978 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -40,7 +40,7 @@ bootstrap-tools = autoconf,automake,gnulib
# Now that we have better tests, make this the default.
export VERBOSE = yes
-old_NEWS_hash = 525410f95ea9d830850d7a6900e6d229
+old_NEWS_hash = d66a67b9fd262869540fcc57b9c94e64
sc_obs_header_regex = \
\<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\>