summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2010-11-05 21:36:52 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2010-11-05 21:36:52 +0000
commita8904647463e552ece0d32609352987a70d2da5d (patch)
tree868509a7b76e6a0597423506a5b810c2ca5f9233
parentd1d6e10d6f4cf40fd1ec01d5a33c2153f752d313 (diff)
downloadscala-a8904647463e552ece0d32609352987a70d2da5d.tar.gz
scala-a8904647463e552ece0d32609352987a70d2da5d.tar.bz2
scala-a8904647463e552ece0d32609352987a70d2da5d.zip
Update to the version number, optimistically as...v2.8.1
Update to the version number, optimistically assuming that RC4 will become the final. A release will probably be done early next week, unless something comes up at the last minute.
-rw-r--r--META-INF/MANIFEST.MF2
-rw-r--r--build.number2
-rw-r--r--build.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index a872898a67..19d9caa127 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.1.RC4
+Bundle-Version: 2.8.1.final
Eclipse-LazyStart: true
Bundle-ClassPath:
.,
diff --git a/build.number b/build.number
index 7c4e180b1d..96b8566925 100644
--- a/build.number
+++ b/build.number
@@ -1,5 +1,5 @@
#Tue Sep 11 19:21:09 CEST 2007
version.minor=8
version.patch=1
-version.suffix=RC4
+version.suffix=final
version.major=2
diff --git a/build.xml b/build.xml
index fbdb20eaa8..463bc437b6 100644
--- a/build.xml
+++ b/build.xml
@@ -1373,7 +1373,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/library"
doctitle="Scala Standard Library"
docversion="${version.number}"
- docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC4/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_final/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath">
<src>
@@ -1460,7 +1460,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/compiler"
doctitle="Scala Compiler"
docversion="${version.number}"
- docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC4/src/€{FILE_PATH}.scala#L1"
+ docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_final/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">