bump to version 3.8.6-alpha3a

This commit is contained in:
Nicolas Le Goff
2014-09-10 11:29:08 +02:00
parent ad69e19b92
commit f047878f36
2 changed files with 2 additions and 7 deletions

View File

@@ -11,14 +11,9 @@
namespace Alchemy\Phrasea\Core; namespace Alchemy\Phrasea\Core;
/**
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class Version class Version
{ {
protected static $number = '3.8.6-alpha.2'; protected static $number = '3.8.6-alpha.3';
protected static $name = 'Falcarius'; protected static $name = 'Falcarius';
public static function getNumber() public static function getNumber()

View File

@@ -13,7 +13,7 @@ use Alchemy\Phrasea\Application;
use Symfony\Component\Finder\Finder; use Symfony\Component\Finder\Finder;
use Symfony\Component\Filesystem\Filesystem; use Symfony\Component\Filesystem\Filesystem;
class patch_385alpha1a implements patchInterface class patch_386alpha3a implements patchInterface
{ {
/** @var string */ /** @var string */
private $release = '3.8.5-alpha.1'; private $release = '3.8.5-alpha.1';