Update docs version to 1.2-SNAPSHOT

This commit is contained in:
Peter Vlugter 2011-05-11 15:10:41 +12:00
parent c2e3d94895
commit ae9a13d6b5
5 changed files with 7 additions and 7 deletions

View file

@ -17,8 +17,8 @@ exclude_patterns = ['_build', 'pending', 'disabled']
project = u'Akka'
copyright = u'2009-2011, Scalable Solutions AB'
version = '1.1'
release = '1.1'
version = '1.2-SNAPSHOT'
release = '1.2-SNAPSHOT'
pygments_style = 'simple'
highlight_language = 'scala'