We're not yet at RC1, Robin ;-)
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-08-12 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* libraries/defines_php.lib.php3, Documentation.*, translators.html:
|
||||
corrected version number.
|
||||
|
||||
2002-08-11 Robin Johnson <robbat2@users.sourceforge.net>
|
||||
### 2.3.0 is released ###
|
||||
* Documentation.html:
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.3.1-rc1 - Documentation</title>
|
||||
<title>phpMyAdmin 2.3.1-dev - Documentation</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.navigation {
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a name="top"></a>
|
||||
<h1>phpMyAdmin 2.3.1-rc1 Documentation</h1>
|
||||
<h1>phpMyAdmin 2.3.1-dev Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
phpMyAdmin 2.3.0 Documentation
|
||||
phpMyAdmin 2.3.0-dev Documentation
|
||||
|
||||
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
||||
]
|
||||
|
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.3.1-rc1');
|
||||
define('PMA_VERSION', '2.3.1-dev');
|
||||
}
|
||||
|
||||
// php version
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.3.1-rc1 - Official translators</title>
|
||||
<title>phpMyAdmin 2.3.1-dev - Official translators</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<h1 align="center">phpMyAdmin 2.3.1-rc1 official translators list</h1>
|
||||
<h1 align="center">phpMyAdmin 2.3.1-dev official translators list</h1>
|
||||
<br />
|
||||
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user