From 1cc0156eb6056b2a33866ff06e8922b295a0d89f Mon Sep 17 00:00:00 2001 From: michelou Date: Mon, 21 May 2007 14:27:41 +0000 Subject: Updated STARR to Scala 2.5.0-final --- build.number | 4 ++-- lib/scala-compiler.jar.desired.sha1 | 2 +- lib/scala-library.jar.desired.sha1 | 2 +- test/files/cli/test2/Main.check.scalaint | 6 +++--- test/files/cli/test3/Main.check.scalaint | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.number b/build.number index a232a312b9..cc1a78ddff 100644 --- a/build.number +++ b/build.number @@ -1,5 +1,5 @@ -#Wed May 02 14:39:57 CEST 2007 +#Mon May 21 14:17:57 CEST 2007 version.minor=5 version.patch=0 -version.suffix=-RC1 +version.suffix=-final version.major=2 diff --git a/lib/scala-compiler.jar.desired.sha1 b/lib/scala-compiler.jar.desired.sha1 index d32796d4a0..3ed5bfc7b0 100644 --- a/lib/scala-compiler.jar.desired.sha1 +++ b/lib/scala-compiler.jar.desired.sha1 @@ -1 +1 @@ -551f463f1bb39d24bbf0ffe6e0de05c0610769f3 ?scala-compiler.jar +1ddeca53a5f80eb045dd8b7cb239f14cbd4779e6 ?scala-compiler.jar diff --git a/lib/scala-library.jar.desired.sha1 b/lib/scala-library.jar.desired.sha1 index 87d9782fb8..02a41fb5a1 100644 --- a/lib/scala-library.jar.desired.sha1 +++ b/lib/scala-library.jar.desired.sha1 @@ -1 +1 @@ -e2b5a1cddf5a888f89fa1e8c5cd1883d82330357 ?scala-library.jar +2f313a5349e8bf1888eeecd7729b5ef4a907e3f2 ?scala-library.jar diff --git a/test/files/cli/test2/Main.check.scalaint b/test/files/cli/test2/Main.check.scalaint index 5eec5e231a..89b6766bb5 100644 --- a/test/files/cli/test2/Main.check.scalaint +++ b/test/files/cli/test2/Main.check.scalaint @@ -24,7 +24,7 @@ Type in expressions to have them evaluated. Type :help for more information. scala> 2: 1: test 1 passed (1) -line0: scala.Unit = {} +unnamed0: scala.Unit = () scala> This is an interpreter for Scala. @@ -32,7 +32,7 @@ Type in expressions to have them evaluated. Type :help for more information. scala> 2: 1: test 2 passed (1) -line0: scala.Unit = {} +unnamed0: scala.Unit = () scala> This is an interpreter for Scala. @@ -40,6 +40,6 @@ Type in expressions to have them evaluated. Type :help for more information. scala> 2: 1: test 3 passed (1) -line0: scala.Unit = {} +unnamed0: scala.Unit = () scala> diff --git a/test/files/cli/test3/Main.check.scalaint b/test/files/cli/test3/Main.check.scalaint index acb76f19d8..cffa02c5b6 100644 --- a/test/files/cli/test3/Main.check.scalaint +++ b/test/files/cli/test3/Main.check.scalaint @@ -25,7 +25,7 @@ Type :help for more information. scala> 3: 1: test 1 passed (1) 3: 2: 1: test 1 passed (1) -line0: scala.Unit = {} +unnamed0: scala.Unit = () scala> This is an interpreter for Scala. @@ -34,7 +34,7 @@ Type :help for more information. scala> 3: 1: test 2 passed (1) 3: 2: 1: test 2 passed (1) -line0: scala.Unit = {} +unnamed0: scala.Unit = () scala> This is an interpreter for Scala. @@ -43,6 +43,6 @@ Type :help for more information. scala> 3: 1: test 3 passed (1) 3: 2: 1: test 3 passed (1) -line0: scala.Unit = {} +unnamed0: scala.Unit = () scala> -- cgit v1.2.3