Skip to content

Commit cff06c4

Browse files
committed
Bump the development version
1 parent 8739cea commit cff06c4

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
@@ -10,7 +10,7 @@
1010
;; Artur Malabarba <bruce.connor.am@gmail.com>
1111
;; URL: http://github.com/clojure-emacs/clojure-mode
1212
;; Keywords: languages clojure clojurescript lisp
13-
;; Version: 5.4.0
13+
;; Version: 5.5.0-cvs
1414
;; Package-Requires: ((emacs "24.3"))
1515

1616
;; This file is not part of GNU Emacs.
@@ -78,7 +78,7 @@
7878
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
7979
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
8080

81-
(defconst clojure-mode-version "5.4.0"
81+
(defconst clojure-mode-version "5.5.0-snapshot"
8282
"The current version of `clojure-mode'.")
8383

8484
(defface clojure-keyword-face

0 commit comments

Comments
 (0)