Skip to content

Commit

Permalink
Release 1.11.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 12, 2011
1 parent 2147709 commit c0fd50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Lennart Staflin <lenst@lysator.liu.se>
;; Phil Hagelberg <technomancy@gmail.com>
;; URL: http://github.com/technomancy/clojure-mode
;; Version: 1.11.4
;; Version: 1.11.5
;; Keywords: languages, lisp

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -147,7 +147,7 @@ numbers count from the end:

(defun clojure-mode-version ()
"Currently package.el doesn't support prerelease version numbers."
"1.11.4")
"1.11.5")

;;;###autoload
(defun clojure-mode ()
Expand Down

0 comments on commit c0fd50a

Please sign in to comment.