aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/build.properties2
-rw-r--r--repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/project/build.properties b/project/build.properties
index bd8d18d314..1b5f8c4ea9 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.8.1
project.initialize=false
diff --git a/repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala b/repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala
index 009d914623..881c27d471 100644
--- a/repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala
+++ b/repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala
@@ -151,7 +151,7 @@ extends InterpreterControl {
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
- /___/ .__/\_,_/_/ /_/\_\ version 0.3
+ /___/ .__/\_,_/_/ /_/\_\ version 0.4
/_/
""")