Merge pull request #411 from romainneutron/cache-patch

[3.8] Cache patch
This commit is contained in:
Romain Neutron
2013-06-19 07:12:42 -07:00
5 changed files with 146 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core;
*/
class Version
{
protected static $number = '3.8.0.a10';
protected static $number = '3.8.0.a11';
protected static $name = 'Carnosaurus';
public static function getNumber()