Skip to content

Commit a890464

Browse files
author
Antonio Cunei
committed
Update to the version number, optimistically as...
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.
1 parent d1d6e10 commit a890464

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Scala Distribution
44
Bundle-SymbolicName: scala.tools.nsc;singleton:=true
5-
Bundle-Version: 2.8.1.RC4
5+
Bundle-Version: 2.8.1.final
66
Eclipse-LazyStart: true
77
Bundle-ClassPath:
88
.,

build.number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Tue Sep 11 19:21:09 CEST 2007
22
version.minor=8
33
version.patch=1
4-
version.suffix=RC4
4+
version.suffix=final
55
version.major=2

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ DOCUMENTATION
13731373
destdir="${build-docs.dir}/library"
13741374
doctitle="Scala Standard Library"
13751375
docversion="${version.number}"
1376-
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC4/src/€{FILE_PATH}.scala#L1"
1376+
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_final/src/€{FILE_PATH}.scala#L1"
13771377
sourcepath="${src.dir}"
13781378
classpathref="pack.classpath">
13791379
<src>
@@ -1460,7 +1460,7 @@ DOCUMENTATION
14601460
destdir="${build-docs.dir}/compiler"
14611461
doctitle="Scala Compiler"
14621462
docversion="${version.number}"
1463-
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_RC4/src/€{FILE_PATH}.scala#L1"
1463+
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_1_final/src/€{FILE_PATH}.scala#L1"
14641464
sourcepath="${src.dir}"
14651465
classpathref="pack.classpath"
14661466
srcdir="${src.dir}/compiler">

0 commit comments

Comments
 (0)