aboutsummaryrefslogtreecommitdiff
path: root/compat.texi
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-04-18 14:49:09 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-04-18 14:49:09 +0200
commit8b256cfa5765faa7180c514f02a56c6621acc57b (patch)
tree222f10b0e1c65b92f0b5e40ebf9acf9be7d393d9 /compat.texi
parentebac4cf1b0563c692b0446f137909e72b8536aec (diff)
Bump version to 28.1.0.428.1.0.4
Diffstat (limited to 'compat.texi')
-rw-r--r--compat.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat.texi b/compat.texi
index f58fffd..fadff8a 100644
--- a/compat.texi
+++ b/compat.texi
@@ -31,7 +31,7 @@ modify this GNU manual.”
@finalout
@titlepage
@title "Compat" Manual
-@subtitle For version 28.1.0.0
+@subtitle For version 28.1.0.4
@author Philip Kaludercic
@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 28.1.0.0.
+version 28.1.0.4.
@insertcopying
@end ifnottex
@@ -123,7 +123,7 @@ The intended use-case for this library is for package developers to
add as a dependency in the header:
@example
-;; Package-Requires: ((emacs "24.3") (compat "28.1.0.0"))
+;; Package-Requires: ((emacs "24.3") (compat "28.1.0.4"))
@end example