From ffc3d9b496231e7d1a967a7150d7642486be1ce5 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 12 May 2011 22:35:30 -0400 Subject: [PATCH] 0.9.6 --- README.md | 8 ++++---- launch/src/main/resources/sbt/sbt.boot.properties | 2 +- project/build.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 097ef8043..1a6e1decf 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ To build from source, get the latest stable version of sbt (above) and get the c The '-n' option is strictly only necessary when using msysgit on Windows. (This works around an issue with spaces in the 'master' branch by not checking the 'master' branch out initially.) -The latest tag for 0.9.x is 0.9.5: +The latest tag for 0.9.x is 0.9.6: - $ git checkout v0.9.5 + $ git checkout v0.9.6 Or, get the development branch for 0.9.x: @@ -36,8 +36,8 @@ To build: Copy your stable ~/bin/sbt script to ~/bin/xsbt and change it to use the launcher at: - /target/sbt-launch-0.9.5.jar + /target/sbt-launch-0.9.6.jar If using the 0.9 development branch, the launcher is at: - /target/sbt-launch-0.9.6-SNAPSHOT.jar + /target/sbt-launch-0.9.7-SNAPSHOT.jar diff --git a/launch/src/main/resources/sbt/sbt.boot.properties b/launch/src/main/resources/sbt/sbt.boot.properties index 85559f716..e832ad8c0 100644 --- a/launch/src/main/resources/sbt/sbt.boot.properties +++ b/launch/src/main/resources/sbt/sbt.boot.properties @@ -4,7 +4,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: read(sbt.version)[0.9.6-SNAPSHOT] + version: read(sbt.version)[0.9.6] class: ${sbt.main.class-sbt.xMain} components: xsbti cross-versioned: true diff --git a/project/build.properties b/project/build.properties index 86268a45d..f9c6b380e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,5 +1,5 @@ project.organization=org.scala-tools.sbt project.name=xsbt sbt.version=0.7.7 -project.version=0.9.6-SNAPSHOT +project.version=0.9.6 build.scala.versions=2.8.1