From 7c763378d082056784b95ca24b66ebbc10f0e1d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Dec 2017 07:43:51 +0100 Subject: v0.10.7 --- zephir.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'zephir.spec') diff --git a/zephir.spec b/zephir.spec index 86c8ca2..7533358 100644 --- a/zephir.spec +++ b/zephir.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 f221e7d82659783fe5767d38f0f99f49df5aa8fb +%global gh_commit 2917ebe8aec4b4a3a2561f6b74b7c8f96472a335 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -30,7 +30,7 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.10.6 +Version: 0.10.7 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -159,6 +159,9 @@ sh ./bin/%{gh_project}.test version | grep %{version} %changelog +* Fri Dec 29 2017 Remi Collet - 0.10.7-1 +- Update to 0.10.7 + * Sun Nov 12 2017 Remi Collet - 0.10.6-1 - Update to 0.10.6 -- cgit