summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-11-24 17:39:44 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-11-24 17:39:44 +0000
commitea4bf1b11e7d6bbc0fb7657e8b6262829d3bb19c (patch)
treea0caf84a7965f46106a7f8c75317d38096f3797d
parent839d0ee5ec9c27e2e5da6bab6f03c8a95e90a109 (diff)
downloadscala-ea4bf1b11e7d6bbc0fb7657e8b6262829d3bb19c.tar.gz
scala-ea4bf1b11e7d6bbc0fb7657e8b6262829d3bb19c.tar.bz2
scala-ea4bf1b11e7d6bbc0fb7657e8b6262829d3bb19c.zip
Bumped version number to 2.8.0.Beta1-RC2
-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 4b1995e3f1..2f7e9912ac 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.8.0.Beta1-RC1
+Bundle-Version: 2.8.0.Beta1-RC2
Eclipse-LazyStart: true
Bundle-ClassPath:
.,
diff --git a/build.number b/build.number
index 8258048036..4cdae85b7c 100644
--- a/build.number
+++ b/build.number
@@ -1,5 +1,5 @@
#Tue Sep 11 19:21:09 CEST 2007
version.minor=8
version.patch=0
-version.suffix=Beta1-RC1
+version.suffix=Beta1-RC2
version.major=2
diff --git a/src/compiler/scala/tools/nsc/doc/script.js b/src/compiler/scala/tools/nsc/doc/script.js
index 58a380da58..13a926b4a1 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_8_0_Beta1_RC1/';
+var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_0_Beta1_RC2/';
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/';