diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index 209e36a2e8..cdffc01ed5 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -11,14 +11,9 @@ namespace Alchemy\Phrasea\Core; -/** - * - * @license http://opensource.org/licenses/gpl-3.0 GPLv3 - * @link www.phraseanet.com - */ class Version { - protected static $number = '3.8.6-alpha.2'; + protected static $number = '3.8.6-alpha.3'; protected static $name = 'Falcarius'; public static function getNumber() diff --git a/lib/classes/patch/385alpha1a.php b/lib/classes/patch/386alpha3a.php similarity index 96% rename from lib/classes/patch/385alpha1a.php rename to lib/classes/patch/386alpha3a.php index de5550fd8f..58350db477 100644 --- a/lib/classes/patch/385alpha1a.php +++ b/lib/classes/patch/386alpha3a.php @@ -13,7 +13,7 @@ use Alchemy\Phrasea\Application; use Symfony\Component\Finder\Finder; use Symfony\Component\Filesystem\Filesystem; -class patch_385alpha1a implements patchInterface +class patch_386alpha3a implements patchInterface { /** @var string */ private $release = '3.8.5-alpha.1';