diff --git a/ChangeLog b/ChangeLog
index 4d34ef54bb..c0367cfd1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================
+3.5.7.0 (not yet released)
+
3.5.6.0 (not yet released)
- bug #3593604 [status] Erroneous advisor rule
- bug #3596070 [status] localStorage broken in server status monitor
diff --git a/Documentation.html b/Documentation.html
index ab10c8f072..deedd14782 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
-
phpMyAdmin 3.5.6-dev - Documentation
+ phpMyAdmin 3.5.7-dev - Documentation
@@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
diff --git a/README b/README
index 3dc6841e6a..538d6701b4 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 3.5.6-dev
+Version 3.5.7-dev
A set of PHP-scripts to manage MySQL over the web.
@@ -13,7 +13,7 @@ Copyright
Copyright (C) 1998-2000
Tobias Ratschiller
-Copyright (C) 2001-2012
+Copyright (C) 2001-2013
Marc Delisle
Olivier Müller
Robin Johnson
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 5ba4343058..599244d5ec 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -98,7 +98,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.5.6-dev');
+ $this->set('PMA_VERSION', '3.5.7-dev');
/**
* @deprecated
*/