branch: externals/compat
commit df03e91f1fc47503ca71e11dd507ed18ca8b5ab0
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Version 31.0.0.2
---
 NEWS.org    | 6 ++++++
 compat.el   | 2 +-
 compat.texi | 6 +++---
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 992aca297c6..fdb7b72a249 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,12 @@
 #+link:    compat-gh   https://github.com/emacs-compat/compat/issues/
 #+options: toc:nil num:nil author:nil
 
+* Release of "Compat" Version 31.0.0.2
+
+- compat-31: Fix extended function =seconds-to-string=.
+
+(Release <2026-07-09 Thu>)
+
 * Release of "Compat" Version 31.0.0.1
 
 - compat-31: Improve =with-work-buffer= implementation.
diff --git a/compat.el b/compat.el
index deec1316919..d4e6bf4f78b 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
 
 ;; Author: Philip Kaludercic <[email protected]>, Daniel Mendler 
<[email protected]>
 ;; Maintainer: Philip Kaludercic <[email protected]>, Daniel Mendler 
<[email protected]>
-;; Version: 31.0.0.1
+;; Version: 31.0.0.2
 ;; URL: https://github.com/emacs-compat/compat
 ;; Package-Requires: ((emacs "25.1"))
 ;; Keywords: lisp, maint
diff --git a/compat.texi b/compat.texi
index 2c7ce99d105..ab6c4019264 100644
--- a/compat.texi
+++ b/compat.texi
@@ -31,7 +31,7 @@ modify this GNU manual.”
 @finalout
 @titlepage
 @title "Compat" Manual
-@subtitle For version 31.0.0.1
+@subtitle For version 31.0.0.2
 @author Philip Kaludercic, Daniel Mendler
 @page
 @vskip 0pt plus 1filll
@@ -46,7 +46,7 @@ modify this GNU manual.”
 
 This manual documents the usage of the "Compat" Emacs lisp library,
 the forward-compatibility library for Emacs Lisp, corresponding to
-version 31.0.0.1.
+version 31.0.0.2.
 
 @insertcopying
 @end ifnottex
@@ -109,7 +109,7 @@ mirrors the version of Emacs releases.  The current version 
of Compat
 corresponds to the current Emacs release.
 
 @example
-;; Package-Requires: ((emacs "25.1") (compat "31.0.0.1"))
+;; Package-Requires: ((emacs "25.1") (compat "31.0.0.2"))
 @end example
 
 There is no need to depend on @code{emacs 25.1} specifically.  One can

Reply via email to