updated Twig ext version

This commit is contained in:
Fabien Potencier
2011-11-23 12:19:09 +01:00
parent 7cfb0ecbb8
commit bae4246356
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ zend_module_entry twig_module_entry = {
PHP_RSHUTDOWN(twig), PHP_RSHUTDOWN(twig),
PHP_MINFO(twig), PHP_MINFO(twig),
#if ZEND_MODULE_API_NO >= 20010901 #if ZEND_MODULE_API_NO >= 20010901
"0.0.1", "1.4.0-RC2",
#endif #endif
STANDARD_MODULE_PROPERTIES STANDARD_MODULE_PROPERTIES
}; };
+1 -1
View File
@@ -17,7 +17,7 @@
*/ */
class Twig_Environment class Twig_Environment
{ {
const VERSION = '1.4.0-RC1'; const VERSION = '1.4.0-RC2';
protected $charset; protected $charset;
protected $loader; protected $loader;