diff --git a/ChangeLog b/ChangeLog index 8960f45eb..996611950 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,15 +5,16 @@ phpMyAdmin - Changelog $Id$ $Source$ -2005-06-12 Olivier Mueller - * lang/*, server_privileges.php: added strings for RFE #1197482: - $strGeneratePassword, $strGenerate and $strCopy - 2005-06-12 Marc Delisle * tbl_properties.inc.php: visually bind the Add x fields dialog to its submit button * db_operations.php: bug #1215688, Copying database does not preserve default charset and collation + ### 2.6.3-rc1 released + +2005-06-12 Olivier Mueller + * lang/*, server_privileges.php: added strings for RFE #1197482: + $strGeneratePassword, $strGenerate and $strCopy 2005-06-11 Marc Delisle * tbl_properties_export.php: bug #1169791, exporting results from queries diff --git a/Documentation.html b/Documentation.html index 299217fab..5d613b7e4 100755 --- a/Documentation.html +++ b/Documentation.html @@ -8,7 +8,7 @@ - phpMyAdmin 2.6.3-dev - Documentation + phpMyAdmin 2.6.3-rc1 - Documentation @@ -31,7 +31,7 @@
-

phpMyAdmin 2.6.3-dev Documentation

+

phpMyAdmin 2.6.3-rc1 Documentation

diff --git a/README b/README index fb107e9bb..6f558a576 100755 --- a/README +++ b/README @@ -5,7 +5,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. - Version 2.6.3-dev + Version 2.6.3-rc1 ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/defines.lib.php b/libraries/defines.lib.php index de3e299ca..0c22bb153 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.3-dev'); + define('PMA_VERSION', '2.6.3-rc1'); } if (!defined('PMA_THEME_VERSION')) { diff --git a/translators.html b/translators.html index b0d9df992..0b36545ef 100644 --- a/translators.html +++ b/translators.html @@ -5,7 +5,7 @@ - phpMyAdmin 2.6.3-dev - Official translators + phpMyAdmin 2.6.3-rc1 - Official translators