Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a7319 commit db77bc6Copy full SHA for db77bc6
3 files changed
README
@@ -1,7 +1,7 @@
1
phpMyAdmin - Readme
2
===================
3
4
-Version 4.0.0-alpha1
+Version 4.0.0-alpha2
5
6
A set of PHP-scripts to manage MySQL over the web.
7
doc/conf.py
@@ -49,7 +49,7 @@
49
# built documents.
50
#
51
# The short X.Y version.
52
-version = '4.0.0-alpha1'
+version = '4.0.0-alpha2'
53
# The full version, including alpha/beta/rc tags.
54
release = version
55
libraries/Config.class.php
@@ -101,7 +101,7 @@ function __construct($source = null)
101
*/
102
function checkSystem()
103
{
104
- $this->set('PMA_VERSION', '4.0.0-alpha1');
+ $this->set('PMA_VERSION', '4.0.0-alpha2');
105
/**
106
* @deprecated
107
0 commit comments