From 13a5c8a595e37e52c9567a51aae157a9f7ac5d26 Mon Sep 17 00:00:00 2001 From: Fabien Potencier <fabien.potencier@gmail.com> Date: Tue, 8 Sep 2015 10:04:26 +0200 Subject: [PATCH] prepared the 1.3.3 release --- doc/changelog.rst | 2 +- src/Silex/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 5c702e82..4aa16fab 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -1.3.3 (2015-XX-XX) +1.3.3 (2015-09-08) ------------------ * added support for Symfony 3.0 and Twig 2.0 diff --git a/src/Silex/Application.php b/src/Silex/Application.php index 2f8c17ff..705f7010 100644 --- a/src/Silex/Application.php +++ b/src/Silex/Application.php @@ -43,7 +43,7 @@ use Silex\EventListener\StringToResponseListener; */ class Application extends \Pimple implements HttpKernelInterface, TerminableInterface { - const VERSION = '1.3.3-DEV'; + const VERSION = '1.3.3'; const EARLY_EVENT = 512; const LATE_EVENT = -512; -- GitLab