Skip to content

Commit

Permalink
prepared the 1.42.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 18, 2019
1 parent 8c4b748 commit 21707d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 1.42.2 (2019-XX-XX)
* 1.42.2 (2019-06-18)

* Display partial output (PHP buffer) when an error occurs in debug mode

Expand Down
2 changes: 1 addition & 1 deletion ext/twig/php_twig.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H

#define PHP_TWIG_VERSION "1.42.2-DEV"
#define PHP_TWIG_VERSION "1.42.2"

#include "php.h"

Expand Down
4 changes: 2 additions & 2 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
*/
class Environment
{
const VERSION = '1.42.2-DEV';
const VERSION = '1.42.2';
const VERSION_ID = 14202;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 42;
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

protected $charset;
protected $loader;
Expand Down

0 comments on commit 21707d6

Please sign in to comment.