File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44; ;
55; ; Author: Bozhidar Batsov <bozhidar@batsov.com>
66; ; URL: http://github.com/clojure-emacs/clojure-mode
7- ; ; Version: 3.0.0-cvs
7+ ; ; Version: 3.0.0
88; ; Keywords: languages, lisp
99; ; Package-Requires: ((clojure-mode "3.0"))
1010
Original file line number Diff line number Diff line change 99; ; Bozhidar Batsov <bozhidar@batsov.com>
1010; ; URL: http://github.com/clojure-emacs/clojure-mode
1111; ; Keywords: languages clojure clojurescript lisp
12- ; ; Version: 3.0.0-cvs
12+ ; ; Version: 3.0.0
1313; ; Package-Requires: ((emacs "24.1"))
1414
1515; ; This file is not part of GNU Emacs.
@@ -203,7 +203,7 @@ For example, \[ is allowed in :db/id[:db.part/user]."
203203This holds a cons cell of the form `(DIRECTORY . FILE)'
204204describing the last `clojure-load-file' or `clojure-compile-file' command." )
205205
206- (defconst clojure-mode-version " 3.0.0-snapshot "
206+ (defconst clojure-mode-version " 3.0.0"
207207 " The current version of `clojure-mode' ." )
208208
209209(defconst clojure--prettify-symbols-alist
You can’t perform that action at this time.
0 commit comments