aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-07 21:51:58 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-07 21:53:09 +0100
commit887ec71fa3a90bc0d333ae9c333436148e909dbd (patch)
treeb8fde359d056b6442511d28ba71905aa69db1080
parentc1501b497a2e2215b1560579f2c552b7414a88c7 (diff)
Version 29.1.1.029.1.1.0
-rw-r--r--NEWS.org4
-rw-r--r--compat.el2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS.org b/NEWS.org
index 084a1ba..6c5841c 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,6 @@
#+title: compat.el - Changelog
-* Development of "Compat" Version 29.1.1.0
+* Release of "Compat" Version 29.1.1.0
- The macros in ~compat-macs.el~ have been rewritten and simplified. The
refactoring allows to further refine the criteria under which compatibility
@@ -28,6 +28,8 @@
on ~buffer-hash~ which does not exist on all supported Emacs versions.
- compat-29: Add ~pos-bol~ and ~pos-eol~.
+(Release <2023-01-07 Sat>)
+
* Release of "Compat" Version 29.1.0.1
- Add multiple new tests for existing APIs.
diff --git a/compat.el b/compat.el
index f1ee239..9e413de 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>, Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>, Compat Development <~pkal/compat-devel@lists.sr.ht>
-;; Version: 29.1.1.0-git
+;; Version: 29.1.1.0
;; URL: https://github.com/emacs-compat/compat
;; Package-Requires: ((emacs "24.4"))
;; Keywords: lisp