From 8452434b26ff025f6b01ae30702325bc3ad5822e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Sep 2017 07:00:48 +0200 Subject: v1.35.0 --- composer.json | 2 +- php-twig.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 71ceed8..09c1ea5 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.34-dev" + "dev-master": "1.35-dev" } } } diff --git a/php-twig.spec b/php-twig.spec index e2cd91e..fac26d0 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.34.4 -%global github_commit f878bab48edb66ad9c6ed626bf817f60c6c096ee +%global github_version 1.35.0 +%global github_commit daa657073e55b0a78cce8fdd22682fddecc6385f %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -349,6 +349,9 @@ exit $ret %changelog +* Thu Sep 28 2017 Remi Collet - 1.35.0-1 +- Update to 1.35.0 + * Wed Jul 5 2017 Remi Collet - 1.34.4-1 - Update to 1.34.4 -- cgit