From e8a12582f9fc7737a6346e26ec9c5de01ced8d52 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 14 Feb 2012 11:35:04 -0500 Subject: [PATCH] 3.4.10 release --- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation.html b/Documentation.html index 1d575953b..125468157 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.4.10-rc1 - Documentation + phpMyAdmin 3.4.10 - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index 77c11da1d..28015eeb5 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 3.4.10-rc1 +Version 3.4.10 A set of PHP-scripts to manage MySQL over the web. @@ -13,7 +13,7 @@ Copyright Copyright (C) 1998-2000 Tobias Ratschiller -Copyright (C) 2001-2011 +Copyright (C) 2001-2012 Marc Delisle Olivier Müller Robin Johnson diff --git a/libraries/Config.class.php b/libraries/Config.class.php index ad0ecda42..6cadc7a72 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -96,7 +96,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.4.10-rc1'); + $this->set('PMA_VERSION', '3.4.10'); /** * @deprecated */