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-09-13 15:38:04 +0400
committerMarc Delisle <marc@infomarc.info>2009-09-13 15:38:04 +0400
commit7c4dfc3ed7a0c994c58bf7e5bff878fd48e7ec0f (patch)
tree65856a7aa0febcf83569f5eaa49ec02973abc382
parentc8b6f5440324f95aad4af9689f063094ea7ea82b (diff)
-rw-r--r--ChangeLog2
-rw-r--r--Documentation.html4
-rw-r--r--README4
-rw-r--r--libraries/Config.class.php2
-rw-r--r--translators.html4
5 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 80f65043df..1befe17140 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
-3.2.2.0 (not yet released)
+3.2.2.0 (2009-09-13)
- bug #2825293 [structure] Default value for a BIT column
- bug [display] Red arrows were reversed in the list of tables
- bug #2813879 [export] Duplicate empty lines when exporting without comments
diff --git a/Documentation.html b/Documentation.html
index 70e9d140fd..11d6b1e759 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.2-rc1 - Documentation</title>
+ <title>phpMyAdmin 3.2.2 - 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.2-rc1
+ 3.2.2
Documentation
</h1>
</div>
diff --git a/README b/README
index 22692afa2b..98b27afbfe 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.2-rc1
- -----------------
+ Version 3.2.2
+ -------------
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 b7996f9f5d..28e0d73f00 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.2-rc1');
+ $this->set('PMA_VERSION', '3.2.2');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index 83fd07192c..ee500554f6 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.2-rc1 - Official translators</title>
+ <title>phpMyAdmin 3.2.2 - 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.2-rc1
+ 3.2.2
official translators list
</h1>
</div>