Skip to content

Commit

Permalink
4.2.1-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Apr 27, 2014
1 parent 4770f7e commit fc2cd8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,6 +1,8 @@
phpMyAdmin - ChangeLog
======================

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
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.2.0-beta1
Version 4.2.1-dev

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

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -51,7 +51,7 @@
# built documents.
#
# The short X.Y version.
version = '4.2.0-beta1'
version = '4.2.1-dev'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion libraries/Config.class.php
Expand Up @@ -114,7 +114,7 @@ function __construct($source = null)
*/
function checkSystem()
{
$this->set('PMA_VERSION', '4.2.0-beta1');
$this->set('PMA_VERSION', '4.2.1-dev');
/**
* @deprecated
*/
Expand Down

0 comments on commit fc2cd8f

Please sign in to comment.