summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Li <>2024-08-26 21:09:25 +0000
committerStas Boukarev <stassats@gmail.com>2024-08-27 02:04:54 +0300
commit7db8c0ac2da2978fcb85313ad0a222e3a323fdaf (patch)
treee488d588aa16577daa637a677bf8ef27a0b50fbb
parent3fca003ac639df989af3cfbfc8112bd34ea1a042 (diff)
Fix invalid Version header
Fixes https://github.com/slime/slime/issues/839
-rw-r--r--slime.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/slime.el b/slime.el
index d7934f69..d6653b0d 100644
--- a/slime.el
+++ b/slime.el
@@ -3,7 +3,7 @@
;; URL: https://github.com/slime/slime
;; Package-Requires: ((emacs "24.3") (macrostep "0.9"))
;; Keywords: languages, lisp, slime
-;; Version: 2.30.dev
+;; Version: 2.30.git
;;;; License and Commentary