From f4a38f3c873a1624a4e653f8944c058e81979201 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Mar 2019 08:16:38 +0100 Subject: v1.38.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-twig.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index e97a48a..185fd1a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,4 +1,4 @@ twig -Version => 1.38.0 +Version => 1.38.2 diff --git a/REFLECTION b/REFLECTION index a5f7916..a6cd026 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #81 twig version 1.38.0 ] { +Extension [ extension #81 twig version 1.38.2 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 4a3209e..1d91123 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.0 -%global github_commit 754b8dfc0026585eb8498ec4bf5ff240b6b34db7 +%global github_version 1.38.2 +%global github_commit 874adbd9222f928f6998732b25b01b41dff15b0c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Wed Mar 13 2019 Remi Collet - 1.38.2-1 +- update to 1.38.2 + * Tue Mar 12 2019 Remi Collet - 1.38.0-1 - update to 1.38.0 -- cgit