@@ -1,4 +1,4 @@
-* 1.36.0 (2018-XX-XX)
+* 1.36.0 (2018-12-16)
* made sure twig_include returns a string
* fixed multi-byte UFT-8 in escape('html_attr')
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
-#define PHP_TWIG_VERSION "1.36.0-DEV"
+#define PHP_TWIG_VERSION "1.36.0"
#include "php.h"
@@ -21,7 +21,7 @@ class Twig_Environment
const MAJOR_VERSION = 1;
const MINOR_VERSION = 36;
const RELEASE_VERSION = 0;
- const EXTRA_VERSION = 'DEV';
+ const EXTRA_VERSION = '';
protected $charset;
protected $loader;