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:
authorIsaac Bennetch <bennetch@gmail.com>2016-02-29 16:56:32 +0300
committerIsaac Bennetch <bennetch@gmail.com>2016-02-29 16:56:32 +0300
commit73fd0dc2a8f5471c717a887aae22bde97bc5498f (patch)
tree62b55a3aa59dceb8cce39dff7e4625fd3e525433
parented17d3c450fb9c9d399cadd9415c14baaaf20117 (diff)
4.6.0-rc1 pre-releaseRELEASE_4_6_0RC1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index fbae5a8947..610f452ea4 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.6.0-alpha1
+Version 4.6.0-rc1
A web interface for MySQL and MariaDB.
diff --git a/doc/conf.py b/doc/conf.py
index c65f080ec6..34d89d8162 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.6.0-alpha1'
+version = '4.6.0-rc1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.php b/libraries/Config.php
index 1a5f9d4bb2..3e04962d92 100644
--- a/libraries/Config.php
+++ b/libraries/Config.php
@@ -101,7 +101,7 @@ class Config
*/
public function checkSystem()
{
- $this->set('PMA_VERSION', '4.6.0-alpha1');
+ $this->set('PMA_VERSION', '4.6.0-rc1');
/**
* @deprecated
*/