Skip to content

Commit

Permalink
3.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Jul 26, 2010
1 parent 58021a8 commit f3f073a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $

3.3.5.0 (not yet released)
3.3.5.0 (2010-07-26)
- patch #2932113 [information_schema] Slow export when having lots of
databases, thanks to Stéphane Pontier - shadow_walker
- bug #3022705 [import] Import button does not work in Catalan when there
Expand Down
4 changes: 2 additions & 2 deletions Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<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-rc1 - Documentation</title>
<title>phpMyAdmin 3.3.5 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>

<body id="top">
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
3.3.5-rc1
3.3.5
Documentation
</h1>
</div>
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ phpMyAdmin - Readme

A set of PHP-scripts to manage MySQL over the web.

Version 3.3.5-rc1
-----------------
Version 3.3.5
-------------
http://www.phpmyadmin.net/

Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
Expand Down
2 changes: 1 addition & 1 deletion libraries/Config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function __construct($source = null)
*/
function checkSystem()
{
$this->set('PMA_VERSION', '3.3.5-rc1');
$this->set('PMA_VERSION', '3.3.5');
/**
* @deprecated
*/
Expand Down
4 changes: 2 additions & 2 deletions translators.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<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-rc1 - Official translators</title>
<title>phpMyAdmin 3.3.5 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>

<body>
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
3.3.5-rc1
3.3.5
official translators list
</h1>
</div>
Expand Down

0 comments on commit f3f073a

Please sign in to comment.