Skip to content

Commit

Permalink
Release clojure-mode 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 4, 2016
1 parent 5122def commit 412bb7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 5.2.0 (04/02/2016)

### Bugs fixed

* [#361](https://github.com/clojure-emacs/clojure-mode/issues/361): Fixed a typo preventing the highlighting of fn names that don't start with `t`.
Expand Down
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://github.com/clojure-emacs/clojure-mode
;; Keywords: languages clojure clojurescript lisp
;; Version: 5.2.0-cvs
;; Version: 5.2.0
;; Package-Requires: ((emacs "24.3"))

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -77,7 +77,7 @@
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))

(defconst clojure-mode-version "5.1.0"
(defconst clojure-mode-version "5.2.0"
"The current version of `clojure-mode'.")

(defface clojure-keyword-face
Expand Down

0 comments on commit 412bb7a

Please sign in to comment.