summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStas Boukarev <stassats@gmail.com>2024-01-24 13:46:26 +0300
committerStas Boukarev <stassats@gmail.com>2024-01-24 13:46:26 +0300
commitd85dd9899f7524513c8ad1bd47b0dd248b1915cb (patch)
treea81bd8e9da17b54a20b0868f8fe1e65f3b2141e6
parent1100187e763abc1d745d7f3d917121a7c785f466 (diff)
2.29.1v2.29.1
-rw-r--r--NEWS4
-rw-r--r--doc/slime.texi2
-rw-r--r--slime.el2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 90add8da..ed3a7571 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
* SLIME News -*- mode: outline; coding: utf-8 -*-
+* 2.29.1 (January 2024)
+** Compatibility with older Emacs versions
+** Type error in utf8-encode
+
* 2.29 (January 2024)
** Core
*** Loading the system "swank" with ASDF produces compilation artifacts
diff --git a/doc/slime.texi b/doc/slime.texi
index 9b547ca3..933828ab 100644
--- a/doc/slime.texi
+++ b/doc/slime.texi
@@ -12,7 +12,7 @@
@end direntry
@c %**end of header
-@set EDITION 2.29
+@set EDITION 2.29.1
@set UPDATED @today{}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
diff --git a/slime.el b/slime.el
index d1ce1415..7b8631bc 100644
--- a/slime.el
+++ b/slime.el
@@ -3,7 +3,7 @@
;; URL: https://github.com/slime/slime
;; Package-Requires: ((cl-lib "0.5") (macrostep "0.9"))
;; Keywords: languages, lisp, slime
-;; Version: 2.29
+;; Version: 2.29.1
;;;; License and Commentary