Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db77bc6

Browse files
author
Marc Delisle
committed
4.0.0-alpha2
1 parent 70a7319 commit db77bc6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
phpMyAdmin - Readme
22
===================
33

4-
Version 4.0.0-alpha1
4+
Version 4.0.0-alpha2
55

66
A set of PHP-scripts to manage MySQL over the web.
77

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '4.0.0-alpha1'
52+
version = '4.0.0-alpha2'
5353
# The full version, including alpha/beta/rc tags.
5454
release = version
5555

libraries/Config.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function __construct($source = null)
101101
*/
102102
function checkSystem()
103103
{
104-
$this->set('PMA_VERSION', '4.0.0-alpha1');
104+
$this->set('PMA_VERSION', '4.0.0-alpha2');
105105
/**
106106
* @deprecated
107107
*/

0 commit comments

Comments
 (0)