diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-28 07:00:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-28 07:00:48 +0200 |
commit | 8452434b26ff025f6b01ae30702325bc3ad5822e (patch) | |
tree | d2c2330faf17676476e08349885a5d85f1e65fba | |
parent | ecffeafdaab27707676db86c321b0afc188314d3 (diff) |
v1.35.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | 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 <remi@remirepo.net> - 1.35.0-1 +- Update to 1.35.0 + * Wed Jul 5 2017 Remi Collet <remi@remirepo.net> - 1.34.4-1 - Update to 1.34.4 |