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:
authorWeblate <noreply@weblate.org>2015-03-04 22:46:32 +0300
committerWeblate <noreply@weblate.org>2015-03-04 22:46:32 +0300
commitbe2d41cf0b3ca4c9e3a4e6b857ed0d91518de372 (patch)
tree3bf2a15e146439f432cada0c7520080685cc754b
parent57316fa7d7c5b08472cda6e457ed3bc95559bedd (diff)
parentd3c01d1b45fdb0f33a176d73368ecd250449e88f (diff)
Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4RELEASE_4_4_0ALPHA1
-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 f460436d1f..daa0db5f0b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
-Version 4.4.0-dev
+Version 4.4.0-alpha1
A set of PHP-scripts to manage MySQL over the web.
diff --git a/doc/conf.py b/doc/conf.py
index 0bf2607a26..6d17da7305 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.4.0-dev'
+version = '4.4.0-alpha1'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 9297d0439e..84d13b0608 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.4.0-dev');
+ $this->set('PMA_VERSION', '4.4.0-alpha1');
/**
* @deprecated
*/