From 12b97749bddc3f24100e480c66402181a1197c6b Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Tue, 19 Nov 2013 10:05:36 -0800 Subject: [PATCH] Bump version number back to a snapshot. --- bin/lein | 2 +- bin/lein-pkg | 2 +- bin/lein.bat | 2 +- bin/release | 1 + leiningen-core/pom.xml | 2 +- leiningen-core/project.clj | 2 +- project.clj | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bin/lein b/bin/lein index 9c59059c..d69cd23a 100755 --- a/bin/lein +++ b/bin/lein @@ -4,7 +4,7 @@ # somewhere on your $PATH, like ~/bin. The rest of Leiningen will be # installed upon first run into the ~/.lein/self-installs directory. -export LEIN_VERSION="2.3.4" +export LEIN_VERSION="2.4.0-SNAPSHOT" case $LEIN_VERSION in *SNAPSHOT) SNAPSHOT="YES" ;; diff --git a/bin/lein-pkg b/bin/lein-pkg index 5815f746..796df9a1 100644 --- a/bin/lein-pkg +++ b/bin/lein-pkg @@ -4,7 +4,7 @@ # It has all the cross-platform stuff stripped out as well as the # logic for running from a source checkout and self-install/upgrading. -export LEIN_VERSION="2.3.4" +export LEIN_VERSION="2.4.0-SNAPSHOT" if [ `whoami` = "root" ] && [ "$LEIN_ROOT" = "" ]; then echo "WARNING: You're currently running as root; probably by accident." diff --git a/bin/lein.bat b/bin/lein.bat index 7dc4261e..b8003915 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -2,7 +2,7 @@ setLocal EnableExtensions EnableDelayedExpansion -set LEIN_VERSION=2.3.4 +set LEIN_VERSION=2.4.0-SNAPSHOT if "%LEIN_VERSION:~-9%" == "-SNAPSHOT" ( set SNAPSHOT=YES diff --git a/bin/release b/bin/release index fd4d54fc..aebc4493 100755 --- a/bin/release +++ b/bin/release @@ -54,6 +54,7 @@ cd $LEIN_ROOT git commit -a -m "Release $RELEASE_VERSION" +rm -rf target leiningen-core/target echo "Test self-install." echo "If things are good, run this:" echo "$ git tag -s $RELEASE_VERSION -m \"Release $RELEASE_VERSION\"" diff --git a/leiningen-core/pom.xml b/leiningen-core/pom.xml index 0ec41fcd..be0b3aa3 100644 --- a/leiningen-core/pom.xml +++ b/leiningen-core/pom.xml @@ -17,7 +17,7 @@ scm:git:git://github.com/technomancy/leiningen.git scm:git:ssh://git@github.com/technomancy/leiningen.git - 04133b573a517604735fe9adb13ab88f4ce084b1 + 77d659e6eec73d1d46b890838d62590751c94844 https://github.com/technomancy/leiningen diff --git a/leiningen-core/project.clj b/leiningen-core/project.clj index 77c2a12c..23b044e3 100644 --- a/leiningen-core/project.clj +++ b/leiningen-core/project.clj @@ -1,4 +1,4 @@ -(defproject leiningen-core "2.3.4" +(defproject leiningen-core "2.4.0-SNAPSHOT" :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} diff --git a/project.clj b/project.clj index 66cbd3e1..8ee5cc25 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ ;; This is Leiningen's own project configuration. See doc/TUTORIAL.md ;; file as well as sample.project.clj for help writing your own. -(defproject leiningen "2.3.4" +(defproject leiningen "2.4.0-SNAPSHOT" :description "Automate Clojure projects without setting your hair on fire." :url "https://github.com/technomancy/leiningen" :license {:name "Eclipse Public License"