From f38f599157c413cdf31c8639788b25ee6f9d46da Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 2 Jun 2011 18:35:25 -0400 Subject: [PATCH] 0.10.0 --- launch/src/main/resources/sbt/sbt.boot.properties | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launch/src/main/resources/sbt/sbt.boot.properties b/launch/src/main/resources/sbt/sbt.boot.properties index 5cc6830c0..4821388b6 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.10.0-SNAPSHOT] + version: read(sbt.version)[0.10.0] class: ${sbt.main.class-sbt.xMain} components: xsbti cross-versioned: true diff --git a/project/build.properties b/project/build.properties index 26c473cca..814a7e6a6 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.10.0-SNAPSHOT +project.version=0.10.0 build.scala.versions=2.8.1