From a89e9fd83dae9384bbb888a07f156141f47684a6 Mon Sep 17 00:00:00 2001 From: David Nolen Date: Thu, 28 Apr 2011 22:23:24 -0400 Subject: [PATCH] * README.md: tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d4b82..a7926cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ delimc ---- -A delimited continuations library for Clojure 1.3.0. Portions based on cl-cont by Slava Akhmechet (http://defmacro.org). +A delimited continuations library for Clojure 1.2.0 (and 1.3.0). Portions based on cl-cont by Slava Akhmechet (http://defmacro.org). ```clj (def cont1 (atom nil))