Skip to content

Commit

Permalink
Temporary version change: 2.9.1.alpha -> 2.9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cunei committed May 24, 2011
1 parent df26702 commit 70a8250
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala Distribution
Bundle-SymbolicName: org.scala-ide.scala.compiler;singleton:=true
Bundle-Version: 2.9.1.alpha
Bundle-Version: 2.9.0.1
Eclipse-LazyStart: true
Bundle-ClassPath:
.,
Expand Down
4 changes: 2 additions & 2 deletions build.number
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Tue Sep 11 19:21:09 CEST 2007
version.minor=9
version.patch=1
version.suffix=alpha
version.patch=0
version.suffix=1
version.major=2
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/library"
doctitle="Scala Standard Library"
docversion="${version.number}"
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/branches/2.9.x/src/€{FILE_PATH}.scala#L1"
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_0_1/src/€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
sourcepath="${src.dir}"
classpathref="pack.classpath">
Expand Down Expand Up @@ -1493,7 +1493,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/compiler"
doctitle="Scala Compiler"
docversion="${version.number}"
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/branches/2.9.x/src/€{FILE_PATH}.scala#L1"
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_9_0_1/src/€{FILE_PATH}.scala#L1"
sourcepath="${src.dir}"
classpathref="pack.classpath"
srcdir="${src.dir}/compiler">
Expand Down

0 comments on commit 70a8250

Please sign in to comment.