2.6.0-alpha1

This commit is contained in:
Marc Delisle
2004-04-21 13:37:23 +00:00
parent 7460991bcb
commit 14f11102ba
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.6.0-dev - Documentation</title> <title>phpMyAdmin 2.6.0-alpha1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" /> <link rel="stylesheet" type="text/css" href="docs.css" />
</head> </head>
@@ -31,7 +31,7 @@
<hr noshade="noshade" width="100%" /> <hr noshade="noshade" width="100%" />
</div> </div>
<h1>phpMyAdmin 2.6.0-dev Documentation</h1> <h1>phpMyAdmin 2.6.0-alpha1 Documentation</h1>
<!-- TOP MENU --> <!-- TOP MENU -->

View File

@@ -18,7 +18,7 @@
*/ */
// phpMyAdmin release // phpMyAdmin release
if (!defined('PMA_VERSION')) { if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.6.0-dev'); define('PMA_VERSION', '2.6.0-alpha1');
} }
// php version // php version