aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/build.properties2
-rw-r--r--repl/src/main/scala/spark/repl/SparkILoop.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/build.properties b/project/build.properties
index 9d61dc13d3..9cef4f0d44 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 c0558f4ec4..490efa69bc 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._