Skip to content

Commit 3588951

Browse files
committed
prepared the 1.40.1 release
1 parent 732c489 commit 3588951

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 1.40.1 (2019-XX-XX)
1+
* 1.40.1 (2019-04-29)
22

33
* fixed regression in NodeTraverser
44

ext/twig/php_twig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifndef PHP_TWIG_H
1616
#define PHP_TWIG_H
1717

18-
#define PHP_TWIG_VERSION "1.40.1-DEV"
18+
#define PHP_TWIG_VERSION "1.40.1"
1919

2020
#include "php.h"
2121

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
*/
4242
class Environment
4343
{
44-
const VERSION = '1.40.1-DEV';
44+
const VERSION = '1.40.1';
4545
const VERSION_ID = 14001;
4646
const MAJOR_VERSION = 1;
4747
const MINOR_VERSION = 40;
4848
const RELEASE_VERSION = 1;
49-
const EXTRA_VERSION = 'DEV';
49+
const EXTRA_VERSION = '';
5050

5151
protected $charset;
5252
protected $loader;

0 commit comments

Comments
 (0)