summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
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.")