summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-03 07:26:34 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-03 07:26:34 +0200
commit16389c8dea69c7f29871c80d00d44c504d23dd17 (patch)
tree8a50e113e66a189420d5f08b8f27b0f4b75fd3e3 /cider.el
parent973ba343cb43c17ff98c726db61f58d47830cf00 (diff)
Release CIDER 0.11 (Bulgaria)
Today Bulgarians celebrate Liberty Day and the rest of the world will celebrate the release of CIDER 0.11! :-)
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 c9b54605..5e450e2b 100644
--- a/cider.el
+++ b/cider.el
@@ -10,7 +10,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
-;; Version: 0.11.0-cvs
+;; Version: 0.11.0
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.2.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "1.9"))
;; Keywords: languages, clojure, cider
@@ -86,7 +86,7 @@ project inference will take place."
(require 'seq)
-(defconst cider-version "0.11.0-snapshot"
+(defconst cider-version "0.11.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.")