Skip to content

Commit a5492a0

Browse files
committed
Release version 5.5.1
1 parent b3ac167 commit a5492a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## master (unreleased)
44

5+
## 5.5.1 (2016-07-25)
6+
57
### Bugs fixed
8+
69
* [#394](https://github.com/clojure-emacs/clojure-mode/issues/394): `?` character is now treated as prefix when outside symbols.
710
* [#394](https://github.com/clojure-emacs/clojure-mode/issues/394): `#` character now has prefix syntax class.
811
* Fixed indentation of `definterface` to match that of `defprotocol`.

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Artur Malabarba <[email protected]>
1111
;; URL: http://github.com/clojure-emacs/clojure-mode
1212
;; Keywords: languages clojure clojurescript lisp
13-
;; Version: 5.6.0-cvs
13+
;; Version: 5.5.1
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.6.0-snapshot"
81+
(defconst clojure-mode-version "5.5.1"
8282
"The current version of `clojure-mode'.")
8383

8484
(defface clojure-keyword-face

0 commit comments

Comments
 (0)