Prepare the 3.0.0 release

This commit is contained in:
Fabien Potencier
2019-11-15 21:38:32 +01:00
parent e2f3e2edfe
commit 9b58bb8ac7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 3.0.0 (2019-XX-XX)
* 3.0.0 (2019-11-15)
* fixed number formatter in Intl extra extension when using a formatter prototype
+2 -2
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '3.0.0-DEV';
const VERSION = '3.0.0';
const VERSION_ID = 30000;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;