diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-27 10:11:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-27 10:11:38 +0100 |
commit | 51bbad925a089c9e1aa7f7e0f1542f1d817bf472 (patch) | |
tree | 16c06a8385d15e1be743ff798a7ccb20c8d197f9 | |
parent | 2f432f9c2cabec09114423ccc6cc18c2d8a8ad50 (diff) |
v0.11.11
-rw-r--r-- | zephir.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 7032d5d..3951797 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 3a988440bc15692be5793acb9dd8b47627febb63 +%global gh_commit b661a58dfe8e6c43ac23f8f301aa1fd4a80e7f34 %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.10 +Version: 0.11.11 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -320,6 +320,9 @@ esac %changelog +* Wed Feb 27 2019 Remi Collet <remi@remirepo.net> - 0.11.11-1 +- update to 0.11.11 + * Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 0.11.10-1 - update to 0.11.10 |