going to 2.7.1-dev
This commit is contained in:
parent
686710b1dc
commit
9425428157
@ -9,7 +9,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.7.0-rc1 - Documentation</title>
|
||||
<title>phpMyAdmin 2.7.1-dev - Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<hr noshade="noshade" width="100%" />
|
||||
</div>
|
||||
|
||||
<h1>phpMyAdmin 2.7.0-rc1 Documentation</h1>
|
||||
<h1>phpMyAdmin 2.7.1-dev Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
|
||||
2
README
2
README
@ -5,7 +5,7 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
Version 2.7.0-rc1
|
||||
Version 2.7.1-dev
|
||||
-----------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.7.0-rc1');
|
||||
define('PMA_VERSION', '2.7.1-dev');
|
||||
}
|
||||
|
||||
if (!defined('PMA_THEME_VERSION')) {
|
||||
|
||||
@ -7,7 +7,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.7.0-rc1 - Official translators</title>
|
||||
<title>phpMyAdmin 2.7.1-dev - Official translators</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<hr noshade="noshade" width="100%" />
|
||||
</div>
|
||||
|
||||
<h1>phpMyAdmin 2.7.0-rc1 official translators list</h1>
|
||||
<h1>phpMyAdmin 2.7.1-dev official translators list</h1>
|
||||
|
||||
<p>
|
||||
Here is the list of the "official translators" of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user