Update version to 2.1-SNAPSHOT

This commit is contained in:
Peter Vlugter 2012-03-05 10:50:54 +13:00
parent fa1cd02eb1
commit 1fd28e429e
36 changed files with 100 additions and 85 deletions

View file

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