Skip to content

Commit

Permalink
Version 1.2.0-RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jun 12, 2010
1 parent bbb609e commit 43ee48e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/lein
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="1.2.0-SNAPSHOT"
VERSION="1.2.0-RC1"

CLASSPATH="$(ls -1 lib/dev/*jar 2> /dev/null | tr \\n \:)":src/:$CLASSPATH
LEIN_JAR="$HOME/.m2/repository/leiningen/leiningen/$VERSION/leiningen-$VERSION-standalone.jar"
Expand Down
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -2,9 +2,10 @@
;; defproject form. It can have other code in it as well, including
;; loading other task definitions.

(defproject leiningen "1.2.0-SNAPSHOT"
(defproject leiningen "1.2.0-RC1"
:description "A build tool designed not to set your hair on fire."
:url "http://github.com/technomancy/leiningen"
:license {:name "Eclipse Public License"}
:dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]
[ant/ant "1.6.5"]
Expand Down

0 comments on commit 43ee48e

Please sign in to comment.