diff --git a/ChangeLog b/ChangeLog
index f7d873a5c..6ad3a0702 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
phpMyAdmin - ChangeLog
======================
+3.4.11.1 (2012-08-12)
+- [security] Fixed XSS vulnerabilities, see PMASA-2012-4
+
3.4.11.0 (2012-04-14)
- bug #3486970 [import] Exception on XML import
- bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in navigation
diff --git a/Documentation.html b/Documentation.html
index 30568fc3c..461b2eae2 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
-
phpMyAdmin 3.4.11 - Documentation
+ phpMyAdmin 3.4.11.1 - Documentation
@@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
diff --git a/README b/README
index b6ff898fb..33d529a98 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 3.4.11
+Version 3.4.11.1
A set of PHP-scripts to manage MySQL over the web.
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 8f815b83b..fe6528800 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -96,7 +96,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.4.11');
+ $this->set('PMA_VERSION', '3.4.11.1');
/**
* @deprecated
*/