aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-04-18 22:43:17 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-04-18 22:43:17 +0200
commitcbf00556174d324ea81181fbb8b5be06c0ee2daa (patch)
tree4f87cd4c8525b4a553e844ef4fab78cbd0668bf3
parent604440c88cb74cf71f7c18c95b6695d8e0826236 (diff)
Bump version to 28.1.0.528.1.0.5
-rw-r--r--MANUAL4
-rw-r--r--README.md2
-rw-r--r--compat.el2
-rw-r--r--compat.texi6
4 files changed, 7 insertions, 7 deletions
diff --git a/MANUAL b/MANUAL
index 076a138..501b7b9 100644
--- a/MANUAL
+++ b/MANUAL
@@ -9,7 +9,7 @@
#+texinfo_dir_desc: Compatibility Library for Emacs Lisp
#+options: compact-itemx:t
-#+macro: version 28.1.0.4
+#+macro: version 28.1.0.5
#+link: debbugs https://debbugs.gnu.org/cgi/bugreport.cgi?bug=
This manual documents the usage of the "Compat" Emacs lisp library,
@@ -45,7 +45,7 @@ Feedback on this point is appreciated.
The intended use-case for this library is for package developers to
add as a dependency in the header:
-: ;; Package-Requires: ((emacs "24.3") (compat "28.1.0.4"))
+: ;; Package-Requires: ((emacs "24.3") (compat "28.1.0.5"))
and later on a
diff --git a/README.md b/README.md
index c074e17..2919673 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Usage
The intended use-case for this library is for package developers to
add as a dependency in the header:
- ;; Package-Requires: ((emacs "24.3") (compat "28.1.0.4"))
+ ;; Package-Requires: ((emacs "24.3") (compat "28.1.0.5"))
and later on a
diff --git a/compat.el b/compat.el
index 35c4421..b4473b0 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>
;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht>
-;; Version: 28.1.0.4
+;; Version: 28.1.0.5
;; URL: https://sr.ht/~pkal/compat
;; Package-Requires: ((emacs "24.3") (nadvice "0.3"))
;; Keywords: lisp
diff --git a/compat.texi b/compat.texi
index f3c5865..f696c81 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.4
+@subtitle For version 28.1.0.5
@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.4.
+version 28.1.0.5.
@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.4"))
+;; Package-Requires: ((emacs "24.3") (compat "28.1.0.5"))
@end example