We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de77b59 commit 950c38aCopy full SHA for 950c38a
cider.el
@@ -9,7 +9,7 @@
9
;; Hugo Duncan <hugo@hugoduncan.org>
10
;; Steve Purcell <steve@sanityinc.com>
11
;; URL: http://www.github.com/clojure-emacs/cider
12
-;; Version: 0.7.0-cvs
+;; Version: 0.7.0
13
;; Package-Requires: ((clojure-mode "2.0.0") (cl-lib "0.3") (dash "2.4.1") (pkg-info "0.4") (emacs "24"))
14
;; Keywords: languages, clojure, cider
15
@@ -66,7 +66,7 @@
66
(require 'cider-mode)
67
(require 'cider-util)
68
69
-(defvar cider-version "0.7.0-snapshot"
+(defvar cider-version "0.7.0"
70
"Fallback version used when it cannot be extracted automatically.
71
Normally it won't be used, unless `pkg-info' fails to extract the
72
version from the CIDER package or library.")
0 commit comments