Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-08-20 15:42:17 +0400
committerMichal Čihař <mcihar@novell.com>2010-08-20 15:42:17 +0400
commit5a0fec9b3c6327bf8d4be31190f0a780a0071e2c (patch)
tree0f0ebb4c6bc6b35d52be44d0eef49e947e6f163d
parentd128f806057e752db082272fd5e5c2f7244821b9 (diff)
Set version to 3.3.5.1.RELEASE_3_3_5_1
-rw-r--r--Documentation.html4
-rw-r--r--README4
-rw-r--r--libraries/Config.class.php2
-rw-r--r--translators.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/Documentation.html b/Documentation.html
index 100b9ae8cf..289d02a513 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -10,7 +10,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<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=utf-8" />
- <title>phpMyAdmin 3.3.5 - Documentation</title>
+ <title>phpMyAdmin 3.3.5.1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -18,7 +18,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.3.5
+ 3.3.5.1
Documentation
</h1>
</div>
diff --git a/README b/README
index 279f66f487..072d0d995a 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 3.3.5
- -------------
+ Version 3.3.5.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 e73de8bbff..0ac18b2a22 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -92,7 +92,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.3.5');
+ $this->set('PMA_VERSION', '3.3.5.1');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index d847a9e53c..eb8c6fff3a 100644
--- a/translators.html
+++ b/translators.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=utf-8" />
- <title>phpMyAdmin 3.3.5 - Official translators</title>
+ <title>phpMyAdmin 3.3.5.1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -19,7 +19,7 @@
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.3.5
+ 3.3.5.1
official translators list
</h1>
</div>