Commit 13a5c8a5 authored by Fabien Potencier's avatar Fabien Potencier

prepared the 1.3.3 release

parent 721d8de4
Changelog Changelog
========= =========
1.3.3 (2015-XX-XX) 1.3.3 (2015-09-08)
------------------ ------------------
* added support for Symfony 3.0 and Twig 2.0 * added support for Symfony 3.0 and Twig 2.0
......
...@@ -43,7 +43,7 @@ use Silex\EventListener\StringToResponseListener; ...@@ -43,7 +43,7 @@ use Silex\EventListener\StringToResponseListener;
*/ */
class Application extends \Pimple implements HttpKernelInterface, TerminableInterface class Application extends \Pimple implements HttpKernelInterface, TerminableInterface
{ {
const VERSION = '1.3.3-DEV'; const VERSION = '1.3.3';
const EARLY_EVENT = 512; const EARLY_EVENT = 512;
const LATE_EVENT = -512; const LATE_EVENT = -512;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment