branch: elpa/cider commit ff1de2bd222b952d1a3ad450147c94ba082b0ad3 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
[#3113] Hardcode cider-version as a workaround I can't figure out why the auto-extraction of the version doesn't work. --- cider.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cider.el b/cider.el index 4aa52c6823..ef5cae4db9 100644 --- a/cider.el +++ b/cider.el @@ -94,8 +94,7 @@ (require 'lisp-mnt) (require 'package) -(defconst cider-version - (lm-version (or load-file-name buffer-file-name)) +(defconst cider-version "1.2.0" "The current version of CIDER.") (defconst cider-package-version (package-get-version)