diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-25 11:02:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-25 11:02:26 +0100 |
commit | 7d3a80b63bff432f4068fa9b60e70ea7f59d0c4b (patch) | |
tree | 128eb00ee6f044e8a4ba11758ab9c14772ef5aba | |
parent | 51bbad925a089c9e1aa7f7e0f1542f1d817bf472 (diff) |
v0.11.12
-rw-r--r-- | zephir.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 3951797..0678f8b 100644 --- a/zephir.spec +++ b/zephir.spec @@ -16,7 +16,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit b661a58dfe8e6c43ac23f8f301aa1fd4a80e7f34 +%global gh_commit 1e3bafd736a65ae4888878460599cb3b4c1044ef %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -25,7 +25,7 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.11.11 +Version: 0.11.12 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -320,6 +320,9 @@ esac %changelog +* Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 0.11.12-1 +- update to 0.11.12 + * Wed Feb 27 2019 Remi Collet <remi@remirepo.net> - 0.11.11-1 - update to 0.11.11 |