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-11-23 15:29:04 +0400
committerMarc Delisle <marc@infomarc.info>2013-11-23 15:29:04 +0400
commit96417c4404c8e83b927b750afd3e6f27639526ef (patch)
treea4fc0ed32ab1dec1d0c72a2583b9655237233fd5
parentbc62aff65d70d9f5f063aadd6cf112c4e629e8bd (diff)
-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 2eb273c677..fddb06fbc5 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.1.0-beta2
+Version 4.1.0-rc1
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index b174220856..3c58a4f2a3 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-beta2'
+version = '4.1.0-rc1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 583719b7ae..3944f6b937 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-beta2');
+ $this->set('PMA_VERSION', '4.1.0-rc1');
/**
* @deprecated
*/