diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-11 13:19:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-11 13:19:20 +0100 |
commit | 46344f3bb12365da63863bcc89b5ae66fd6b646f (patch) | |
tree | f1bdb91bf5cbf758ced2a224492ec6a1046d14d9 | |
parent | b6c07168f5f8646bc422666468f3c2f1952ca282 (diff) |
v0.12.14
-rw-r--r-- | zephir.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index c0f2b9c..a200e4d 100644 --- a/zephir.spec +++ b/zephir.spec @@ -20,7 +20,7 @@ # Get commit from PHP_PHALCON_ZEPVERSION in # https://github.com/phalcon/cphalcon/blob/master/ext/php_phalcon.h -%global gh_commit a4e9535f67be09224c372fcf55e1b8edcf678947 +%global gh_commit 745631dec06b3e5bf2502a70ea251bb450e0d030 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -29,7 +29,7 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.12.13 +Version: 0.12.14 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -357,6 +357,9 @@ esac %changelog +* Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 0.12.14-1 +- update to 0.12.14 + * Mon Dec 9 2019 Remi Collet <remi@remirepo.net> - 0.12.13-1 - update to 0.12.13 |