From 0d3ecd31ad0248b18d99e6f00d1f2331d7be9800 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Mar 2019 07:27:49 +0100 Subject: v1.38.4 --- PHPINFO | 2 +- REFLECTION | 2 +- php-twig.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index c6d7ff8..67702fe 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ twig -Version => 1.38.3 +Version => 1.38.4 diff --git a/REFLECTION b/REFLECTION index 80c2027..19e4738 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #81 twig version 1.38.3 ] { +Extension [ extension #81 twig version 1.38.4 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index b3a6d13..c002a87 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.38.3 -%global github_commit 5df0ef0ca2d08a6f087384c7f31530fb84889f28 +%global github_version 1.38.4 +%global github_commit 7732e9e7017d751313811bd118de61302e9c8b35 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Mon Mar 25 2019 Remi Collet - 1.38.4-1 +- update to 1.38.4 + * Fri Mar 22 2019 Remi Collet - 1.38.3-1 - update to 1.38.3 -- cgit