Skip to content

Commit d7eaeea

Browse files
committed
bumped version to 1.40.2-DEV
1 parent 3588951 commit d7eaeea

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 1.40.2 (2019-XX-XX)
2+
3+
* n/a
4+
15
* 1.40.1 (2019-04-29)
26

37
* fixed regression in NodeTraverser

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"
18+
#define PHP_TWIG_VERSION "1.40.2-DEV"
1919

2020
#include "php.h"
2121

src/Environment.php

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

5151
protected $charset;
5252
protected $loader;

0 commit comments

Comments
 (0)