Skip to content

Commit

Permalink
prepared the 1.16.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 10, 2014
1 parent 943c9cf commit 7c4c01d
Show file tree
Hide file tree
Showing 3 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.16.1 (2014-XX-XX)
* 1.16.1 (2014-10-10)

* improved error reporting in a sandboxed template
* fixed missing error file/line information under certain circumstances
Expand Down
2 changes: 1 addition & 1 deletion ext/twig/php_twig.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H

#define PHP_TWIG_VERSION "1.16.1-DEV"
#define PHP_TWIG_VERSION "1.16.1"

#include "php.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/Twig/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.16.1-DEV';
const VERSION = '1.16.1';

protected $charset;
protected $loader;
Expand Down

0 comments on commit 7c4c01d

Please sign in to comment.