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>2017-01-26 03:25:29 +0300
committerIsaac Bennetch <bennetch@gmail.com>2017-01-26 03:25:29 +0300
commit62c6e73cc5601ecd6cf839874c038a991c7b5b97 (patch)
tree5bb293f7f49c933f7cf68ca5360c3227e402dcf2
parent5fbd21a0bd453f1c5393cc5f143a28bf36280e02 (diff)
Prepare for 4.7.0-beta1RELEASE_4_7_0BETA1
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 4ca5f4b3a1..df633ab299 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.7.0-dev
+Version 4.7.0-beta1
A web interface for MySQL and MariaDB.
diff --git a/doc/conf.py b/doc/conf.py
index aa15008946..2f60bbdaa2 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2012 - 2016, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
-version = '4.7.0-dev'
+version = '4.7.0-beta1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.php b/libraries/Config.php
index 8269b72179..1a0e543fa7 100644
--- a/libraries/Config.php
+++ b/libraries/Config.php
@@ -103,7 +103,7 @@ class Config
*/
public function checkSystem()
{
- $this->set('PMA_VERSION', '4.7.0-dev');
+ $this->set('PMA_VERSION', '4.7.0-beta1');
/**
* @deprecated
*/