aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2011-07-14 17:47:39 -0400
committerMatei Zaharia <matei@eecs.berkeley.edu>2011-07-14 17:47:39 -0400
commit02678724a42ee0fa4f83e29a8de3f4f38ca21cf2 (patch)
treed131f69a8a778104aef28667a85e1944fc6b7efd
parentc86af80022beeec23267cc21f438605daed0997c (diff)
downloadspark-02678724a42ee0fa4f83e29a8de3f4f38ca21cf2.tar.gz
spark-02678724a42ee0fa4f83e29a8de3f4f38ca21cf2.tar.bz2
spark-02678724a42ee0fa4f83e29a8de3f4f38ca21cf2.zip
Update version number to 0.4-SNAPSHOT
-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
/_/
""")