Prepare version 3.8

This commit is contained in:
Romain Neutron
2013-09-25 21:42:27 +02:00
parent f20c4cdddf
commit 9d3b21238c
2 changed files with 2 additions and 2 deletions

View File

@@ -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`.

View File

@@ -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()