diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-30 08:10:00 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-30 08:10:00 +0200 |
commit | 2dc9b303e818621a7f2ee833160b8224e1dd81c0 (patch) | |
tree | 510ad2af3e6e709ce8953f6b8e13061de9db601b | |
parent | cdfc6c1a43f517307cfacdc493e2af43a1281d97 (diff) |
v1.40.1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-twig.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ twig -Version => 1.40.0 +Version => 1.40.1 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #81 twig version 1.40.0 ] { +Extension [ <persistent> extension #81 twig version 1.40.1 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index d195df4..cd71e89 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.40.0 -%global github_commit 2ba4eaf6b0649760a2cdbc0ada19486f9c1b4125 +%global github_version 1.40.1 +%global github_commit 35889516bbd6bbe46a600c2c33b03515df4a076e %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Tue Apr 30 2019 Remi Collet <remi@remirepo.net> - 1.40.1-1 +- update to 1.40.1 + * Mon Apr 29 2019 Remi Collet <remi@remirepo.net> - 1.40.0-1 - update to 1.40.0 |