From c9b9715265e3a8b7e035d7c0c9adbc267bbd67da Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sat, 9 Apr 2011 17:48:02 -0700 Subject: [PATCH] Update bin scripts to version 1.5.1-SNAPSHOT. --- bin/lein | 3 ++- bin/lein.bat | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/lein b/bin/lein index caec8e03..3d31852f 100755 --- a/bin/lein +++ b/bin/lein @@ -1,6 +1,6 @@ #!/bin/sh -LEIN_VERSION="1.5.0" +LEIN_VERSION="1.5.1-SNAPSHOT" export LEIN_VERSION case $LEIN_VERSION in @@ -110,6 +110,7 @@ if [ "$1" = "self-install" ]; then exit 1 fi elif [ "$1" = "upgrade" ]; then + # TODO: ensure we're not running from a checkout if [ $SNAPSHOT = "YES" ]; then echo "The upgrade task is only meant for stable releases." echo "See the \"Hacking\" section of the README." diff --git a/bin/lein.bat b/bin/lein.bat index 81a1b337..872b20be 100644 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -1,6 +1,6 @@ @echo off -set LEIN_VERSION=1.5.0 +set LEIN_VERSION=1.5.1-SNAPSHOT setLocal EnableExtensions EnableDelayedExpansion diff --git a/pom.xml b/pom.xml index 0e7bc9d4..b634e8ae 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 leiningen leiningen - 1.5.0 + 1.5.1-SNAPSHOT leiningen A build tool designed not to set your hair on fire. https://github.com/technomancy/leiningen