summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-08-06 17:43:47 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-08-06 17:43:47 +0300
commitaaede576f8e5fa880610556c3b85e8f66968380c (patch)
treec69a7ef5a594991640b98089207fdf7bc368bd85 /cider.el
parentf2d420d89c58da91097b1e7a11691febe11da307 (diff)
Start the 0.8 dev cycle
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 b83117b9..f462bee0 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.7.0
+;; Version: 0.8.0-cvs
;; Package-Requires: ((clojure-mode "2.0.0") (cl-lib "0.3") (dash "2.4.1") (pkg-info "0.4") (emacs "24"))
;; Keywords: languages, clojure, cider
@@ -66,7 +66,7 @@
(require 'cider-mode)
(require 'cider-util)
-(defvar cider-version "0.7.0"
+(defvar cider-version "0.8.0-snapshot"
"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.")