From 02678724a42ee0fa4f83e29a8de3f4f38ca21cf2 Mon Sep 17 00:00:00 2001
From: Matei Zaharia <matei@eecs.berkeley.edu>
Date: Thu, 14 Jul 2011 17:47:39 -0400
Subject: [PATCH] Update version number to 0.4-SNAPSHOT

---
 project/build.properties                                  | 2 +-
 repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala | 2 +-
 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
       /_/                  
 """)
 
-- 
GitLab