summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-07-20 12:48:19 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-07-20 12:48:19 +0300
commite503f5628ef98bd768f08c698863e8e33a7af3b4 (patch)
tree219c369a60323e3e3a1c92040c4c9798fbd669aa /cider.el
parent5dbeb5b8a049e4821836c82ec98994d2e78a4c54 (diff)
Release CIDER 0.15 (London)
Here's to one awesome EuroClojure 2017! Have fun, everyone!
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index f47b2d88..909ab501 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
-;; Version: 0.15.0-snapshot
+;; Version: 0.15.0
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "2.16"))
;; Keywords: languages, clojure, cider
@@ -90,7 +90,7 @@ project inference will take place."
(require 'seq)
-(defconst cider-version "0.15.0-snapshot"
+(defconst cider-version "0.15.0"
"Fallback version used when it cannot be extracted automatically.
Normally it won't be used, unless `pkg-info' fails to extract the
version from the CIDER package or library.")