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:
authorMarc Delisle <marc@infomarc.info>2009-06-30 14:52:07 +0400
committerMarc Delisle <marc@infomarc.info>2009-06-30 14:52:07 +0400
commitbf0bfd28aa96ea0cf9ad97ee3140448cc4382ab8 (patch)
tree37fc1003c5ab866f866ce313a6641048ff5aa6a3
parent81d42bb64398bf9394c1b03ebb37db0a32e84095 (diff)
3.2.0.1 releaseRELEASE_3_2_0_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 1512438eaf..54505aa25e 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -10,7 +10,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.2.0 - Documentation</title>
+ <title>phpMyAdmin 3.2.0.1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -18,7 +18,7 @@
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.2.0
+ 3.2.0.1
Documentation
</h1>
</div>
diff --git a/README b/README
index 69cdb5a046..6b5104f062 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 3.2.0
- -------------
+ Version 3.2.0.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 4b91a621c9..1fa7fb06de 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.2.0');
+ $this->set('PMA_VERSION', '3.2.0.1');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index f89bb8b22b..ce6cc9839d 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=utf-8" />
- <title>phpMyAdmin 3.2.0 - Official translators</title>
+ <title>phpMyAdmin 3.2.0.1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -16,7 +16,7 @@
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.2.0
+ 3.2.0.1
official translators list
</h1>
</div>