From 24e30f14c85a1eaafc9335a82ecad51f56237255 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 6 Mar 2011 09:34:22 -0500 Subject: [PATCH] version bump --- 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 012821686..b3af0312a 100644 --- a/launch/src/main/resources/sbt/sbt.boot.properties +++ b/launch/src/main/resources/sbt/sbt.boot.properties @@ -5,7 +5,7 @@ [app] org: org.scala-tools.sbt name: sbt - version: read(sbt.version)[0.9.1] + version: read(sbt.version)[0.9.2-SNAPSHOT] class: sbt.xMain components: xsbti cross-versioned: true diff --git a/project/build.properties b/project/build.properties index c88c7a3ad..ebe90250d 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.4 -project.version=0.9.1 +project.version=0.9.2-SNAPSHOT build.scala.versions=2.8.1