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-12-31 16:27:55 +0300
committerMarc Delisle <marc@infomarc.info>2009-12-31 16:27:55 +0300
commita2fa8219c85f49b1aeadc5edf37ad4afb89ae6cf (patch)
tree3548ef42b1e35ccf777c845abd73f653e7037074
parent526dce65cb41e64c40df2939d5a5bc3db7a683d1 (diff)
advance version numbersRELEASE_3_3_0ALPHA1
-rw-r--r--Documentation.html4
-rw-r--r--README6
-rw-r--r--libraries/Config.class.php2
-rw-r--r--translators.html4
4 files changed, 8 insertions, 8 deletions
diff --git a/Documentation.html b/Documentation.html
index 7086e65762..76aab25de2 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -10,7 +10,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<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.0-dev - Documentation</title>
+ <title>phpMyAdmin 3.3.0-alpha1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -18,7 +18,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.3.0-dev
+ 3.3.0-alpha1
Documentation
</h1>
</div>
diff --git a/README b/README
index e2db305056..2bdd61147a 100644
--- a/README
+++ b/README
@@ -5,12 +5,12 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 3.3.0-dev
- -----------------
+ Version 3.3.0-alpha1
+ --------------------
http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
- Copyright (C) 2001-2009 Marc Delisle <marc_at_infomarc.info>
+ Copyright (C) 2001-2010 Marc Delisle <marc_at_infomarc.info>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
Alexander M. Turek <me_at_derrabus.de>
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 2fb5b42838..66d17f488b 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.3.0-dev');
+ $this->set('PMA_VERSION', '3.3.0-alpha1');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index b881f6fa38..6d622c7cc5 100644
--- a/translators.html
+++ b/translators.html
@@ -11,7 +11,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.3.0-dev - Official translators</title>
+ <title>phpMyAdmin 3.3.0-alpha1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -19,7 +19,7 @@
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.3.0-dev
+ 3.3.0-alpha1
official translators list
</h1>
</div>