Bump docs version to 2.0-SNAPSHOT

This commit is contained in:
Peter Vlugter 2011-05-18 12:46:26 +12:00
parent ca7aea96a6
commit b1122c1d91
2 changed files with 4 additions and 4 deletions

View file

@ -17,8 +17,8 @@ exclude_patterns = ['_build', 'pending', 'disabled']
project = u'Akka'
copyright = u'2011, Typesafe Inc'
version = '1.2-SNAPSHOT'
release = '1.2-SNAPSHOT'
version = '2.0-SNAPSHOT'
release = '2.0-SNAPSHOT'
pygments_style = 'simple'
highlight_language = 'scala'

View file

@ -124,8 +124,8 @@ convenient.
For example, building Akka as above is more commonly done like this::
% sbt
[info] Building project akka 1.2-SNAPSHOT against Scala 2.9.0
[info] using AkkaParentProject with sbt 0.7.6 and Scala 2.7.7
[info] Building project akka 2.0-SNAPSHOT against Scala 2.9.0
[info] using AkkaParentProject with sbt 0.7.7 and Scala 2.7.7
> update
[info]
[info] == akka-actor / update ==