summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-11-26 07:14:02 -0800
committerBozhidar Batsov <bozhidar@tradeo.com>2014-11-26 07:14:02 -0800
commit6f46bb73b2cf48669d50fccd85642ef835908f49 (patch)
tree37b9312600961a19f6ab97e6e806832a5cbb849c /cider.el
parent85efcae6d9c6f870e68d2f221fe251e4c96bd573 (diff)
Bump the version to 0.8.2-snapshot
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 70526f00..bea9f188 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.1
+;; Version: 0.8.2-cvs
;; 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.1"
+(defvar cider-version "0.8.2-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.")