Skip to content

Commit 126c23a

Browse files
committed
Release 5.1.0
1 parent 66f6e54 commit 126c23a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 5.1.0 (04/01/2015)
6+
57
### New features
68

79
* Vertically align sexps with `C-c SPC`. This can also be done automatically (as part of indentation) by turning on `clojure-align-forms-automatically`.

clojure-mode.el

+2-2
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: 5.1.0-cvs
12+
;; Version: 5.1.0
1313
;; Package-Requires: ((emacs "24.3"))
1414

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

80-
(defconst clojure-mode-version "5.1.0-snapshot"
80+
(defconst clojure-mode-version "5.1.0"
8181
"The current version of `clojure-mode'.")
8282

8383
(defface clojure-keyword-face

0 commit comments

Comments
 (0)