4.3.0-dev

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-04-27 08:49:45 -04:00
parent 4048f525f2
commit 9e5602eb37
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
phpMyAdmin - ChangeLog
======================
4.3.0.0 (not yet released)
4.2.1.0 (not yet released)
4.2.0.0 (not yet released)
+ rfe #1403 Export only triggers
+ rfe #1483 Export Server/Database/Table without triggers

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.2.0-beta1
Version 4.3.0-dev
A set of PHP-scripts to manage MySQL over the web.

View File

@ -51,7 +51,7 @@ copyright = u'2012 - 2014, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
version = '4.2.0-beta1'
version = '4.3.0-dev'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
$this->set('PMA_VERSION', '4.2.0-beta1');
$this->set('PMA_VERSION', '4.3.0-dev');
/**
* @deprecated
*/