Skip to content

Commit 29f3eac

Browse files
author
Antonio Cunei
committed
Version number change assuming RC4 will be the ...
Version number change assuming RC4 will be the final, which may or may not be true.
1 parent 2061f6f commit 29f3eac

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: org.scala-ide.scala.compiler;singleton:=true
5-
Bundle-Version: 2.9.1.RC4
5+
Bundle-Version: 2.9.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=9
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
@@ -1409,7 +1409,7 @@ DOCUMENTATION
14091409
destdir="${build-docs.dir}/library"
14101410
doctitle="Scala Standard Library"
14111411
docversion="${version.number}"
1412-
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_RC4/src/€{FILE_PATH}.scala#L1"
1412+
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_final/src/€{FILE_PATH}.scala#L1"
14131413
docUncompilable="${src.dir}/library-aux"
14141414
sourcepath="${src.dir}"
14151415
classpathref="pack.classpath">
@@ -1493,7 +1493,7 @@ DOCUMENTATION
14931493
destdir="${build-docs.dir}/compiler"
14941494
doctitle="Scala Compiler"
14951495
docversion="${version.number}"
1496-
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_RC4/src/€{FILE_PATH}.scala#L1"
1496+
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_1_final/src/€{FILE_PATH}.scala#L1"
14971497
sourcepath="${src.dir}"
14981498
classpathref="pack.classpath"
14991499
srcdir="${src.dir}/compiler">

0 commit comments

Comments
 (0)