summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-11-20 12:31:46 -0500
committerBozhidar Batsov <bozhidar@tradeo.com>2014-11-20 12:32:23 -0500
commitf95a6b993cbaab46f65fb0f97db8fa82bb73d14d (patch)
tree71070cb8b43108a1c720b98d91df3f6cf3f4a41e /cider.el
parent5be523c8bdfb96879f62cf4657630f3d6bbb6537 (diff)
Release 0.8.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 158b487c..5fa21681 100644
--- a/cider.el
+++ b/cider.el
@@ -9,7 +9,7 @@
;; Hugo Duncan <hugo@hugoduncan.org>
;; Steve Purcell <steve@sanityinc.com>
;; URL: http://www.github.com/clojure-emacs/cider
-;; Version: 0.8.0-cvs
+;; Version: 0.8.0
;; Package-Requires: ((clojure-mode "3.0.0") (cl-lib "0.5") (dash "2.4.1") (pkg-info "0.4") (emacs "24") (queue "0.1.1"))
;; Keywords: languages, clojure, cider
@@ -67,7 +67,7 @@
(require 'cider-util)
(require 'tramp-sh)
-(defvar cider-version "0.8.0-snapshot"
+(defvar cider-version "0.8.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.")