summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2008-11-09 22:04:12 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2008-11-09 22:04:12 +0000
commitfa03cad25afc14960d1f30b1ca436845f3f112c5 (patch)
treea12195c17bb57e46be0f8253263e8b13bcdb04ca
parent2187f3df0b5074d21cc4566af6b238151fd8c7d4 (diff)
downloadscala-fa03cad25afc14960d1f30b1ca436845f3f112c5.tar.gz
scala-fa03cad25afc14960d1f30b1ca436845f3f112c5.tar.bz2
scala-fa03cad25afc14960d1f30b1ca436845f3f112c5.zip
Updated version number for Scala 2.7.2.finalv2.7.2
-rw-r--r--META-INF/MANIFEST.MF2
-rw-r--r--README15
-rw-r--r--build.number2
-rw-r--r--src/compiler/scala/tools/nsc/doc/script.js2
4 files changed, 11 insertions, 10 deletions
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index 2cd909a721..1907be880b 100644
--- a/META-INF/MANIFEST.MF
+++ b/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala Distribution
Bundle-SymbolicName: scala.tools.nsc;singleton:=true
-Bundle-Version: 2.7.2.RC6
+Bundle-Version: 2.7.2.final
Eclipse-LazyStart: true
Bundle-ClassPath:
.,
diff --git a/README b/README
index d080835e4c..afd8969714 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
================================================================================
- THE SCALA REPOSITRY
+ THE SCALA REPOSITORY
Structure and build system
================================================================================
This document describes the Scala core (core library and compiler) repository
and how to build it. For information about Scala as a languages, you can visit
-the web site http://scala.epfl.ch/
+the web site http://www.scala-lang.org/
Part I. The repository layout
--------------------------------------------------------------------------------
@@ -146,11 +146,12 @@ Part V. Contributing to Scala
--------------------------------------------------------------------------------
If you wish to contribute, you can find all of the necessary information on
-the official Scala website: www.scala-lang.org. Specifically, you can
-subscribe to the Scala mailing lists, read all of the available documentation,
-and browse the live SVN repository. You can contact the Scala team by sending
-us a message on one of the mailing lists, or by using the available
-contact form.
+the official Scala website: www.scala-lang.org.
+
+Specifically, you can subscribe to the Scala mailing lists, read all of the
+available documentation, and browse the live SVN repository. You can contact
+the Scala team by sending us a message on one of the mailing lists, or by using
+the available contact form.
In detail:
diff --git a/build.number b/build.number
index 2c4bd68180..f5525340fa 100644
--- a/build.number
+++ b/build.number
@@ -1,5 +1,5 @@
#Tue Sep 11 19:21:09 CEST 2007
version.minor=7
version.patch=2
-version.suffix=RC6
+version.suffix=final
version.major=2
diff --git a/src/compiler/scala/tools/nsc/doc/script.js b/src/compiler/scala/tools/nsc/doc/script.js
index 250f10963a..5333e29b92 100644
--- a/src/compiler/scala/tools/nsc/doc/script.js
+++ b/src/compiler/scala/tools/nsc/doc/script.js
@@ -40,7 +40,7 @@ function get_api_root(key) {
return root;
}
-var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_2_RC6/';
+var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_2_final/';
var lib_src_root = scala_src_root + 'src/library/';
var comp_src_root = scala_src_root + 'src/compiler/';
var actors_src_root = scala_src_root + 'src/actors/';