From a1abf80b88eb885ef14507e294bf738af3f1a604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Thu, 9 Aug 2001 08:52:55 +0000 Subject: [PATCH] rc4 out, welcome rc5 :) --- defines.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines.inc.php3 b/defines.inc.php3 index 314f3d5a1..6a4cedee9 100755 --- a/defines.inc.php3 +++ b/defines.inc.php3 @@ -13,7 +13,7 @@ * PMA_WINDOWS (bool) - mark if phpMyAdmin running on windows * server */ -define('PHPMYADMIN_VERSION', '2.2.0rc4'); +define('PHPMYADMIN_VERSION', '2.2.0rc5'); if (!ereg('([0-9]).([0-9]).([0-9])', phpversion(), $match)) { $result = ereg('([0-9]).([0-9])', phpversion(), $match);