-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enjoy!
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
;; Steve Purcell <[email protected]> | ||
;; Maintainer: Bozhidar Batsov <[email protected]> | ||
;; URL: http://www.github.com/clojure-emacs/cider | ||
;; Version: 0.16.0-snapshot | ||
;; Version: 0.16.0 | ||
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "2.16")) | ||
;; Keywords: languages, clojure, cider | ||
|
||
|
@@ -90,7 +90,7 @@ project inference will take place." | |
|
||
(require 'seq) | ||
|
||
(defconst cider-version "0.16.0-snapshot" | ||
(defconst cider-version "0.16.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.") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters