We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732c489 commit 3588951Copy full SHA for 3588951
3 files changed
CHANGELOG
@@ -1,4 +1,4 @@
1
-* 1.40.1 (2019-XX-XX)
+* 1.40.1 (2019-04-29)
2
3
* fixed regression in NodeTraverser
4
ext/twig/php_twig.h
@@ -15,7 +15,7 @@
15
#ifndef PHP_TWIG_H
16
#define PHP_TWIG_H
17
18
-#define PHP_TWIG_VERSION "1.40.1-DEV"
+#define PHP_TWIG_VERSION "1.40.1"
19
20
#include "php.h"
21
src/Environment.php
@@ -41,12 +41,12 @@
41
*/
42
class Environment
43
{
44
- const VERSION = '1.40.1-DEV';
+ const VERSION = '1.40.1';
45
const VERSION_ID = 14001;
46
const MAJOR_VERSION = 1;
47
const MINOR_VERSION = 40;
48
const RELEASE_VERSION = 1;
49
- const EXTRA_VERSION = 'DEV';
+ const EXTRA_VERSION = '';
50
51
protected $charset;
52
protected $loader;
0 commit comments