summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-10-02 11:47:42 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-10-02 11:47:42 +0000
commit2230f4d1c3c2a840885a2342910b861c9832e32d (patch)
tree6bcd98fbf15d2c48fa8a76950a852f1030484a3d
parent87c4ef705f81ec5bf8257ba3465c9e61498812e0 (diff)
downloadscala-2230f4d1c3c2a840885a2342910b861c9832e32d.tar.gz
scala-2230f4d1c3c2a840885a2342910b861c9832e32d.tar.bz2
scala-2230f4d1c3c2a840885a2342910b861c9832e32d.zip
Ready for 2.7.7.RC1
-rw-r--r--META-INF/MANIFEST.MF2
-rw-r--r--build.number2
-rw-r--r--src/compiler/scala/tools/nsc/doc/script.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index eaebcf4326..192f99d906 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.7.final
+Bundle-Version: 2.7.7.RC1
Eclipse-LazyStart: true
Bundle-ClassPath:
.,
diff --git a/build.number b/build.number
index c98c498893..3e41a02446 100644
--- a/build.number
+++ b/build.number
@@ -1,5 +1,5 @@
#Tue Sep 11 19:21:09 CEST 2007
version.minor=7
version.patch=7
-version.suffix=final
+version.suffix=RC1
version.major=2
diff --git a/src/compiler/scala/tools/nsc/doc/script.js b/src/compiler/scala/tools/nsc/doc/script.js
index fffdd7dfea..d26327b887 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_7_final/';
+var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_7_RC1/';
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/';