diff --git a/CHANGELOG b/CHANGELOG index 44fe7a5fef8..f35edc3c3c0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.35.4 (2018-XX-XX) +* 1.35.4 (2018-07-13) * ensured that syntax errors are triggered with the right line * added the Symfony ctype polyfill as a dependency diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index b15f2aff0ed..9b610f75993 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,12 +16,12 @@ */ class Twig_Environment { - const VERSION = '1.35.4-DEV'; + const VERSION = '1.35.4'; const VERSION_ID = 13504; const MAJOR_VERSION = 1; const MINOR_VERSION = 35; const RELEASE_VERSION = 4; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; protected $charset; protected $loader;