Skip to content

Commit b0d78f6

Browse files
author
Antonio Cunei
committed
Version number: 2.8.2.RC3 -> 2.8.2.final
1 parent 7752f84 commit b0d78f6

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.2.RC3
5+
Bundle-Version: 2.8.2.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=2
4-
version.suffix=RC3
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_2_RC3/src/€{FILE_PATH}.scala#L1"
1376+
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_2_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_2_RC3/src/€{FILE_PATH}.scala#L1"
1463+
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_8_2_final/src/€{FILE_PATH}.scala#L1"
14641464
sourcepath="${src.dir}"
14651465
classpathref="pack.classpath"
14661466
srcdir="${src.dir}/compiler">

0 commit comments

Comments
 (0)