From 186895d27d8e4b7f337f682c21e9c01968fedf59 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 6 Apr 2011 22:00:00 -0400 Subject: [PATCH] bump versions --- 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 c76f3cb64..dcf0aa35b 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.3] + version: read(sbt.version)[0.9.4-SNAPSHOT] class: sbt.xMain components: xsbti cross-versioned: true diff --git a/project/build.properties b/project/build.properties index 84e2d9267..f7c996ebf 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.5 -project.version=0.9.3 +project.version=0.9.4-SNAPSHOT build.scala.versions=2.8.1