We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a93815 commit 21d3e97Copy full SHA for 21d3e97
inf-clojure.el
@@ -6,7 +6,7 @@
6
;; Olin Shivers <[email protected]>
7
;; URL: http://github.com/clojure-emacs/inf-clojure
8
;; Keywords: processes, clojure
9
-;; Version: 2.0.1
+;; Version: 2.1.0-snapshot
10
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
11
12
;; This file is part of GNU Emacs.
@@ -77,7 +77,7 @@
77
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/inf-clojure")
78
:link '(emacs-commentary-link :tag "Commentary" "inf-clojure"))
79
80
-(defconst inf-clojure-version "2.0.1"
+(defconst inf-clojure-version "2.1.0-snapshot"
81
"The current version of `inf-clojure'.")
82
83
(defcustom inf-clojure-prompt-read-only t
0 commit comments