diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-23 10:14:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-23 10:14:49 +0200 |
commit | 07656855a2e472c93b6579572cd1278a5bcac1be (patch) | |
tree | 3c4ace751396b6655a207f7a24406d2024f5fa1a | |
parent | 0ad1f4a1908d930648cd35244c9873cc621975e1 (diff) |
v0.12.4
-rw-r--r-- | zephir.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/zephir.spec b/zephir.spec index 7158097..e179b73 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 4ab69bd9a1e6a466b39afa52bd260ed693edb317 +%global gh_commit b3869805fdbb09c87b0210f109e266eb75e660f4 %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.12.2 +Version: 0.12.4 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -319,6 +319,9 @@ esac %changelog +* Mon Sep 23 2019 Remi Collet <remi@remirepo.net> - 0.12.4-1 +- update to 0.12.4 + * Thu Aug 29 2019 Remi Collet <remi@remirepo.net> - 0.12.2-1 - update to 0.12.2 |