summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-06-16 15:42:16 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-06-16 15:42:16 +0300
commit3dcbf1823f5eb23f9377877519df1740c80bfa97 (patch)
tree350aa2be5378c5a3f013888b2bdbe89b09247a27 /cider.el
parent9397f47553ec9bc1ea2c33bbfa1f546a9b83820e (diff)
Release 0.9.0
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 3bd7ac9f..4d1b61a9 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.9.0-cvs
+;; Version: 0.9.0
;; Package-Requires: ((clojure-mode "4.0.0") (dash "2.4.1") (pkg-info "0.4") (emacs "24.3") (queue "0.1.1"))
;; Keywords: languages, clojure, cider
@@ -70,7 +70,7 @@
(require 'cider-debug)
(require 'tramp-sh)
-(defvar cider-version "0.9.0-snapshot"
+(defvar cider-version "0.9.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.")