Skip to content

Commit 9fd8227

Browse files
author
Bozhidar Batsov
committed
Start work on the 3.1 series
1 parent c5c2140 commit 9fd8227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; Bozhidar Batsov <[email protected]>
1010
;; URL: http://github.com/clojure-emacs/clojure-mode
1111
;; Keywords: languages clojure clojurescript lisp
12-
;; Version: 3.0.0
12+
;; Version: 3.1.0-cvs
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]."
203203
This holds a cons cell of the form `(DIRECTORY . FILE)'
204204
describing the last `clojure-load-file' or `clojure-compile-file' command.")
205205

206-
(defconst clojure-mode-version "3.0.0"
206+
(defconst clojure-mode-version "3.1.0-snapshot"
207207
"The current version of `clojure-mode'.")
208208

209209
(defconst clojure--prettify-symbols-alist

0 commit comments

Comments
 (0)