diff --git a/akka-docs/_sphinx/themes/akka/layout.html b/akka-docs/_sphinx/themes/akka/layout.html
index 929dec3d9c..0bd735c446 100644
--- a/akka-docs/_sphinx/themes/akka/layout.html
+++ b/akka-docs/_sphinx/themes/akka/layout.html
@@ -37,7 +37,7 @@
{%- endif -%}
-
+
{%- endblock %}
diff --git a/akka-docs/additional/add-on-modules.rst b/akka-docs/additional/add-on-modules.rst
index 981bc1ac6c..bab2f1b174 100644
--- a/akka-docs/additional/add-on-modules.rst
+++ b/akka-docs/additional/add-on-modules.rst
@@ -13,4 +13,4 @@ Akka Modules consist of add-on modules outside the core of Akka:
- ``akka-spring-1.1.jar`` -- Spring framework integration
- ``akka-osgi-dependencies-bundle-1.1.jar`` -- OSGi support
-Documentation for Akka Modules is located `here `_.
+Documentation for Akka Modules is located `here `_.
diff --git a/akka-docs/conf.py b/akka-docs/conf.py
index f6a0c67069..2065d4aefb 100644
--- a/akka-docs/conf.py
+++ b/akka-docs/conf.py
@@ -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'
diff --git a/akka-docs/dev/building-akka.rst b/akka-docs/dev/building-akka.rst
index add552f93d..2622051447 100644
--- a/akka-docs/dev/building-akka.rst
+++ b/akka-docs/dev/building-akka.rst
@@ -124,8 +124,8 @@ convenient.
For example, building Akka as above is more commonly done like this::
% sbt
- [info] Building project akka 1.1-SNAPSHOT against Scala 2.9.0
- [info] using AkkaParentProject with sbt 0.7.6.RC0 and Scala 2.7.7
+ [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
> update
[info]
[info] == akka-actor / update ==
diff --git a/akka-docs/index.rst b/akka-docs/index.rst
index 9919049e77..738b8e636f 100644
--- a/akka-docs/index.rst
+++ b/akka-docs/index.rst
@@ -26,7 +26,7 @@ Links
* :ref:`other-doc`
-* `Akka Modules Documentation `_
+* `Akka Modules Documentation `_
* :ref:`issue_tracking`