diff --git a/ChangeLog b/ChangeLog index ce1181958..e7ae5cec8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-10-17 Marc Delisle + * release 2.2.1rc2 + 2001-10-16 Loïc Chapeaux * Documentation.html, lines 766-770: added a link to the official MySQL documentation for the "socket error" problems. diff --git a/libraries/defines.lib.php3 b/libraries/defines.lib.php3 index c3e3a0369..35132f59c 100644 --- a/libraries/defines.lib.php3 +++ b/libraries/defines.lib.php3 @@ -17,7 +17,7 @@ */ // phpMyAdmin release if (!defined('PHPMYADMIN_VERSION')) { - define('PHPMYADMIN_VERSION', '2.2.1-rc1'); + define('PHPMYADMIN_VERSION', '2.2.1-rc2'); } // php version