From 9d3b21238c9b708807e777c7c3599c2256ae334c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 25 Sep 2013 21:42:27 +0200 Subject: [PATCH] Prepare version 3.8 --- CHANGELOG.md | 2 +- lib/Alchemy/Phrasea/Core/Version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aaa6bcafa..c13d36fd99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -* 3.8.0 (2013-xx-xx) +* 3.8.0 (2013-09-26) - BC Break : Removed `bin/console check:system` command, replaced by `bin/setup check:system`. - BC Break : Removed `bin/console system:upgrade` command, replaced by `bin/setup system:upgrade`. diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index 763e2e4b78..1bc523b469 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core; */ class Version { - protected static $number = '3.8.0.a18'; + protected static $number = '3.8.0'; protected static $name = 'Diplodocus'; public static function getNumber()