Commit 51d3489 for gzip

commit 51d34897df28696e58c00e6293ac4702af14e993
Author: Jim Meyering <meyering@meta.com>
Date:   Sun Sep 20 00:40:50 2026 -0700

    maint: post-release administrivia

    * NEWS: Add header line for next release.
    * .prev-version: Record previous version.
    * cfg.mk (old_NEWS_hash): Auto-update.

diff --git a/.prev-version b/.prev-version
index 63738cc..d40acaa 100644
--- a/.prev-version
+++ b/.prev-version
@@ -1 +1 @@
-1.14
+1.15
diff --git a/NEWS b/NEWS
index a8657a8..fb4307b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU gzip NEWS                                    -*- outline -*-

+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+
 * Noteworthy changes in release 1.15 (2026-09-20) [stable]

 ** Bug fixes
diff --git a/cfg.mk b/cfg.mk
index 90ca9d4..6271c9c 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 = 22b9cbf3d9eeb6ca609e16dea2a47f01
+old_NEWS_hash = 0c31e50e3a48a124f7c7f5ba50cb983a

 sc_obs_header_regex = \
   \<(STDC_HEADERS|HAVE_(LIMITS|STRING|UNISTD|STDLIB)_H)\>