The branch, MAINT_2_11_11 has been updated via a6e79391b92a48ffef307fa107ce1a61965e4244 (commit) from 21f624a26574fd45c043ddd27bf5a190b80c2757 (commit)
- Log ----------------------------------------------------------------- commit a6e79391b92a48ffef307fa107ce1a61965e4244 Author: Marc Delisle marc@infomarc.info Date: Fri Nov 26 09:17:30 2010 -0500
2.11.11.1 release
-----------------------------------------------------------------------
Summary of changes: Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Documentation.html b/Documentation.html index 5513e18..a3f7982 100644 --- a/Documentation.html +++ b/Documentation.html @@ -11,7 +11,7 @@ <link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <title>phpMyAdmin 2.11.11 - Documentation</title> + <title>phpMyAdmin 2.11.11.1 - Documentation</title> <link rel="stylesheet" type="text/css" href="docs.css" /> </head>
@@ -33,7 +33,7 @@ <li><a href="#glossary">Glossary</a></li> </ul>
-<h1>phpMyAdmin 2.11.11 Documentation</h1> +<h1>phpMyAdmin 2.11.11.1 Documentation</h1>
<ul><li><a href="http://www.phpmyadmin.net/"> phpMyAdmin homepage</a></li> diff --git a/README b/README index 375317e..a1dfb54 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 2.11.11 - --------------- + Version 2.11.11.1 + ----------------- http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com> diff --git a/libraries/Config.class.php b/libraries/Config.class.php index a2cf481..f1df2e0 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -85,7 +85,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '2.11.11'); + $this->set('PMA_VERSION', '2.11.11.1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 88148b9..f59ca41 100644 --- a/translators.html +++ b/translators.html @@ -8,7 +8,7 @@ <link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <title>phpMyAdmin 2.11.11 - Official translators</title> + <title>phpMyAdmin 2.11.11.1 - Official translators</title> <link rel="stylesheet" type="text/css" href="docs.css" /> </head>
@@ -31,7 +31,7 @@ <li><a href="Documentation.html#glossary">Glossary</a></li> </ul>
-<h1>phpMyAdmin 2.11.11 official translators list</h1> +<h1>phpMyAdmin 2.11.11.1 official translators list</h1>
<p> Here is the list of the "official translators" of phpMyAdmin.</p>
hooks/post-receive