From 2f432f9c2cabec09114423ccc6cc18c2d8a8ad50 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Feb 2019 08:49:48 +0100 Subject: v0.11.10 --- zephir.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/zephir.spec b/zephir.spec index 28ab443..7032d5d 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 209fe3fde9731b9e1d8a20f71ce7970f3be2d21b +%global gh_commit 3a988440bc15692be5793acb9dd8b47627febb63 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -25,11 +25,10 @@ %global parser_ver 1.1.1 Name: %{?scl_prefix}%{gh_project} -Version: 0.11.9 +Version: 0.11.10 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. -Group: Development/Languages License: MIT URL: https://zephir-lang.com/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -321,6 +320,9 @@ esac %changelog +* Mon Feb 25 2019 Remi Collet - 0.11.10-1 +- update to 0.11.10 + * Wed Jan 16 2019 Remi Collet - 0.11.9-1 - update to 0.11.9 -- cgit