From 97c0ffd854d5b7932601f6b8da9bb53b4b7fadbd Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sat, 13 Feb 2010 09:40:34 -0800 Subject: [PATCH] Bump version to RC2. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1f4f4543..3b7be5ba 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ ;; defproject form. It can have other code in it as well, including ;; loading other task definitions. -(defproject leiningen "1.1.0-RC1" +(defproject leiningen "1.1.0-RC2" :description "A build tool designed not to set your hair on fire." :url "http://github.com/technomancy/leiningen" :dependencies [[org.clojure/clojure "1.1.0"]