diff --git a/ChangeLog b/ChangeLog
index 0a10389a3..f79ed3e03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================
+3.5.0.0 (not yet released)
+
3.4.0.0 (not yet released)
+ rfe #2890226 [view] Enable VIEW rename
+ rfe #838637 [privileges] Export a user's privileges
diff --git a/Documentation.html b/Documentation.html
index f6235e786..3479ad285 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
-
phpMyAdmin 3.4.0-dev - Documentation
+ phpMyAdmin 3.5.0-dev - Documentation
@@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
diff --git a/README b/README
index 7b92968a8..fccd68bd0 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
-Version 3.4.0-dev
+Version 3.5.0-dev
-----------------
http://www.phpmyadmin.net/
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 16fe5a1b3..4c2f281bb 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.0-dev');
+ $this->set('PMA_VERSION', '3.5.0-dev');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index 537824c6f..c2ba840ce 100644
--- a/translators.html
+++ b/translators.html
@@ -10,7 +10,7 @@
- phpMyAdmin 3.4.0-dev - Official translators
+ phpMyAdmin 3.5.0-dev - Official translators
@@ -18,7 +18,7 @@