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 98db4c8 commit 173d0e7Copy full SHA for 173d0e7
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.1.0
+;; Version: 2.2.0-snapshot
10
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
11
12
;; This file is part of GNU Emacs.
@@ -79,7 +79,7 @@
79
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/inf-clojure")
80
:link '(emacs-commentary-link :tag "Commentary" "inf-clojure"))
81
82
-(defconst inf-clojure-version "2.1.0"
+(defconst inf-clojure-version "2.2.0-snapshot"
83
"The current version of `inf-clojure'.")
84
85
(defcustom inf-clojure-prompt-read-only t
0 commit comments