Skip to content

Commit

Permalink
prepared the 1.35.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 13, 2018
1 parent c459393 commit 7e081e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Twig/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7e081e9

Please sign in to comment.