diff --git a/ChangeLog b/ChangeLog index 9344413f0..3c61f618c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,13 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ -2001-01-06 Loïc Chapeaux - * tbl_change.php3, lines 290-300: improved and fixed js stuff used with the - new "null" checkbox. - 2002-01-06 Marc Delisle * libraries/display_tbl.lib.php3: typo thanks to yrtimd at users.sourceforge.net + * ### 2.2.3 released ### + +2001-01-06 Loïc Chapeaux + * tbl_change.php3, lines 290-300: improved and fixed js stuff used with the + new "null" checkbox. 2001-01-05 Loïc Chapeaux * main.php3, line 234: maximum database name size is 64 characters. diff --git a/Documentation.html b/Documentation.html index 64bcb28aa..58be42f02 100755 --- a/Documentation.html +++ b/Documentation.html @@ -75,7 +75,7 @@ -

phpMyAdmin 2.2.3-dev Documentation

+

phpMyAdmin 2.2.3 Documentation

diff --git a/Documentation.txt b/Documentation.txt index 58cbd71aa..6825b24cb 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -1,5 +1,5 @@ - phpMyAdmin 2.2.3-dev Documentation + phpMyAdmin 2.2.3 Documentation * Official phpMyAdmin project homepage [ http://www.phpwizard.net/projects/phpMyAdmin/ ] @@ -9,8 +9,8 @@ + Version history: ChangeLog + General notes: README + License: LICENSE - * Documentation version: $Id: Documentation.html,v 1.121 2002/01/03 - 16:49:48 lem9 Exp $ + * Documentation version: $Id: Documentation.html,v 1.122 2002/01/06 + 19:04:25 lem9 Exp $ ______________________________________________________________________ Top - Requirements - Introduction - Installation - diff --git a/libraries/defines.lib.php3 b/libraries/defines.lib.php3 index e5974ae41..234eb4610 100644 --- a/libraries/defines.lib.php3 +++ b/libraries/defines.lib.php3 @@ -17,7 +17,7 @@ */ // phpMyAdmin release if (!defined('PMA_VERSION')) { - define('PMA_VERSION', '2.2.3-rc1'); + define('PMA_VERSION', '2.2.3'); } // php version