From cdfc6c1a43f517307cfacdc493e2af43a1281d97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Apr 2019 09:51:28 +0200 Subject: v1.40.0 --- PHPINFO | 2 +- REFLECTION | 2 +- composer.json | 2 +- php-twig.spec | 7 +++++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 96cee70..606dc58 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ twig -Version => 1.39.1 +Version => 1.40.0 diff --git a/REFLECTION b/REFLECTION index 0da881d..85e9d6e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #81 twig version 1.39.1 ] { +Extension [ extension #81 twig version 1.40.0 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/composer.json b/composer.json index 84a08a7..452692c 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.39-dev" + "dev-master": "1.40-dev" } } } diff --git a/php-twig.spec b/php-twig.spec index 9278dfb..d195df4 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -30,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.39.1 -%global github_commit 23e7b6f0cfa1d7ba3de69f30d8e05cf957412fec +%global github_version 1.40.0 +%global github_commit 2ba4eaf6b0649760a2cdbc0ada19486f9c1b4125 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Mon Apr 29 2019 Remi Collet - 1.40.0-1 +- update to 1.40.0 + * Wed Apr 17 2019 Remi Collet - 1.39.1-1 - update to 1.39.1 -- cgit