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>2013-12-07 16:36:38 +0400
committerMarc Delisle <marc@infomarc.info>2013-12-07 16:36:38 +0400
commitd67204c6644c03d7f64f861c222e46d14fad5eef (patch)
tree1a923f8ecc0b45d59dd8552e8424e02e64703eec
parentdd3fef83e27edd4addcca2726df0db4b26fc6dfc (diff)
Signed-off-by: Marc Delisle <marc@infomarc.info>
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--libraries/Config.class.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index bacc6ee1f1..3b6718d178 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.1.0-rc2
+Version 4.1.0-rc3
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 2eab3c686e..0aa16db352 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.1.0-rc2'
+version = '4.1.0-rc3'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 9b2ddfc1b5..fbc03900fb 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.1.0-rc2');
+ $this->set('PMA_VERSION', '4.1.0-rc3');
/**
* @deprecated
*/