diff --git a/Documentation.html b/Documentation.html
index 0579f65f3..52df4d5a8 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -8,7 +8,7 @@
- phpMyAdmin 2.6.0 - Documentation
+ phpMyAdmin 2.6.1-dev - Documentation
@@ -31,7 +31,7 @@
-phpMyAdmin 2.6.0 Documentation
+phpMyAdmin 2.6.1-dev Documentation
diff --git a/README b/README
index d10885d35..39673aa41 100755
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 2.6.0
- -------------
+ Version 2.6.1-dev
+ -----------------
http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller
diff --git a/libraries/defines.lib.php b/libraries/defines.lib.php
index d5b3a49eb..f01be5699 100644
--- a/libraries/defines.lib.php
+++ b/libraries/defines.lib.php
@@ -20,7 +20,7 @@
*/
// phpMyAdmin release
if (!defined('PMA_VERSION')) {
- define('PMA_VERSION', '2.6.0');
+ define('PMA_VERSION', '2.6.1-dev');
}
if (!defined('PMA_THEME_VERSION')) {
diff --git a/translators.html b/translators.html
index 44181785b..5291668e6 100644
--- a/translators.html
+++ b/translators.html
@@ -5,7 +5,7 @@
- phpMyAdmin 2.6.0 - Official translators
+ phpMyAdmin 2.6.1-dev - Official translators