From 956074093d802dc2d712f83a1edfd78c74ea753d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Aug 2017 16:41:12 +0200 Subject: v0.9.11 --- zephir-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zephir-parser.spec b/zephir-parser.spec index 9ffbcd3..4b940da 100644 --- a/zephir-parser.spec +++ b/zephir-parser.spec @@ -21,7 +21,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit 1b5072105e4e8a98b7615d9f695de513a6dca41a +%global gh_commit 534bd284df93e1c36c9893d8bd2ef270b207a55b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -29,7 +29,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project}-parser -Version: 0.9.10 +Version: 0.9.11 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension @@ -189,6 +189,9 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Fri Aug 4 2017 Remi Collet - 0.9.11-1 +- version 0.9.11 + * Tue Aug 1 2017 Remi Collet - 0.9.10-1 - version 0.9.10 -- cgit