prepare 2.0.0-RC1 version

This commit is contained in:
Manuel Raynaud
2014-03-03 14:35:27 +01:00
parent c7323d1c5b
commit c30abacfbc
7 changed files with 54 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ use Thelia\Log\Tlog;
class Thelia extends Kernel
{
const THELIA_VERSION = '2.0.0-beta4';
const THELIA_VERSION = '2.0.0-RC1';
public function init()
{