We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c2140 commit 9fd8227Copy full SHA for 9fd8227
clojure-mode.el
@@ -9,7 +9,7 @@
9
;; Bozhidar Batsov <bozhidar@batsov.com>
10
;; URL: http://github.com/clojure-emacs/clojure-mode
11
;; Keywords: languages clojure clojurescript lisp
12
-;; Version: 3.0.0
+;; Version: 3.1.0-cvs
13
;; Package-Requires: ((emacs "24.1"))
14
15
;; This file is not part of GNU Emacs.
@@ -203,7 +203,7 @@ For example, \[ is allowed in :db/id[:db.part/user]."
203
This holds a cons cell of the form `(DIRECTORY . FILE)'
204
describing the last `clojure-load-file' or `clojure-compile-file' command.")
205
206
-(defconst clojure-mode-version "3.0.0"
+(defconst clojure-mode-version "3.1.0-snapshot"
207
"The current version of `clojure-mode'.")
208
209
(defconst clojure--prettify-symbols-alist
0 commit comments