Skip to content

Commit

Permalink
prepared the 1.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 15, 2013
1 parent 7c2479d commit 7c124c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
* 1.12.1 (2013-XX-XX)
* 1.12.1 (2013-01-15)

* added support for object instances as the second argument of the constant function
* relaxed globals management to avoid a BC break
Expand Down
2 changes: 1 addition & 1 deletion ext/twig/php_twig.h
Expand Up @@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H

#define PHP_TWIG_VERSION "1.12.1-DEV"
#define PHP_TWIG_VERSION "1.12.1"

#include "php.h"

Expand Down
2 changes: 1 addition & 1 deletion lib/Twig/Environment.php
Expand Up @@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.12.1-DEV';
const VERSION = '1.12.1';

protected $charset;
protected $loader;
Expand Down

0 comments on commit 7c124c9

Please sign in to comment.