Bump to version 3.8.3-alpha.5

This commit is contained in:
Romain Neutron
2014-01-31 15:06:10 +01:00
parent f59fc65d13
commit 7e7350a0a7
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core;
*/ */
class Version class Version
{ {
protected static $number = '3.8.3-alpha.4'; protected static $number = '3.8.3-alpha.5';
protected static $name = 'Diplodocus'; protected static $name = 'Diplodocus';
public static function getNumber() public static function getNumber()

View File

@@ -51,7 +51,7 @@ class patch_383alpha5a implements patchInterface
$config = $app['phraseanet.configuration']->getConfig(); $config = $app['phraseanet.configuration']->getConfig();
$config['main']['task-manager']['logger'] = array( $config['main']['task-manager']['logger'] = array(
'enabled' => true, 'enabled' => true,
'max-files' => 10, 'max-files' => 10,
'level' => 'INFO', 'level' => 'INFO',
); );