diff --git a/project/build.properties b/project/build.properties index 9d61dc13d304775a04cd252b2c25675c5db0ade7..9cef4f0d442a6c861fb87eedb4300c56ae681610 100644 --- a/project/build.properties +++ b/project/build.properties @@ -3,6 +3,6 @@ project.organization=org.spark-project project.name=spark sbt.version=0.7.7 -project.version=0.3 +project.version=0.4-SNAPSHOT build.scala.versions=2.9.0-1 project.initialize=false diff --git a/repl/src/main/scala/spark/repl/SparkILoop.scala b/repl/src/main/scala/spark/repl/SparkILoop.scala index c0558f4ec47ee689de57d85a300d1daff94e50a2..490efa69bc78c6b2e266a073304a91a6a19cba89 100644 --- a/repl/src/main/scala/spark/repl/SparkILoop.scala +++ b/repl/src/main/scala/spark/repl/SparkILoop.scala @@ -200,7 +200,7 @@ class SparkILoop(in0: Option[BufferedReader], val out: PrintWriter, val master: ____ __ / __/__ ___ _____/ /__ _\ \/ _ \/ _ `/ __/ '_/ - /___/ .__/\_,_/_/ /_/\_\ version 0.3 + /___/ .__/\_,_/_/ /_/\_\ version 0.4 /_/ """) import Properties._