Skip to content

Commit

Permalink
prepared the 1.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 25, 2012
1 parent ddc154f commit f04ef7d
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 Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
* 1.9.2 (2012-XX-XX) * 1.9.2 (2012-08-25)


* fixed the in operator for objects that contain circular references * fixed the in operator for objects that contain circular references
* fixed the C extension when accessing a public property of an object implementing the \ArrayAccess interface * fixed the C extension when accessing a public property of an object implementing the \ArrayAccess interface
Expand Down
2 changes: 1 addition & 1 deletion ext/twig/php_twig.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H #ifndef PHP_TWIG_H
#define PHP_TWIG_H #define PHP_TWIG_H


#define PHP_TWIG_VERSION "1.9.2-DEV" #define PHP_TWIG_VERSION "1.9.2"


#include "php.h" #include "php.h"


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


protected $charset; protected $charset;
protected $loader; protected $loader;
Expand Down

0 comments on commit f04ef7d

Please sign in to comment.