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>2010-12-11 14:33:56 +0300
committerMarc Delisle <marc@infomarc.info>2010-12-11 14:33:56 +0300
commite66884f57635b6193f828b18289edbf80cd3f2ad (patch)
tree8debd0dece4806262da63499000a6310f1a707db
parent4645bd5475412146a9e47991718d13d90c558e80 (diff)
3.4.0-beta1
-rw-r--r--Documentation.html4
-rw-r--r--README4
-rw-r--r--libraries/Config.class.php2
-rw-r--r--translators.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/Documentation.html b/Documentation.html
index 5669be5587..2d53af64d4 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -9,7 +9,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.4.0-alpha3-dev - Documentation</title>
+ <title>phpMyAdmin 3.4.0-beta1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -17,7 +17,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.4.0-alpha3-dev
+ 3.4.0-beta1
Documentation
</h1>
</div>
diff --git a/README b/README
index 95f1741b48..dddc67b67b 100644
--- a/README
+++ b/README
@@ -3,8 +3,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
-Version 3.4.0-alpha3-dev
-------------------------
+Version 3.4.0-beta1
+-------------------
http://www.phpmyadmin.net/
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index a024a4d110..b2bff786bc 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -96,7 +96,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.4.0-alpha3-dev');
+ $this->set('PMA_VERSION', '3.4.0-beta1');
/**
* @deprecated
*/
diff --git a/translators.html b/translators.html
index 47f23c7387..af0188e058 100644
--- a/translators.html
+++ b/translators.html
@@ -10,7 +10,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.4.0-alpha3-dev - Official translators</title>
+ <title>phpMyAdmin 3.4.0-beta1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -18,7 +18,7 @@
<div id="header">
<h1>
<a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a>
- 3.4.0-alpha3-dev
+ 3.4.0-beta1
official translators list
</h1>
</div>