From d266cd371efb045fe8e5a17c0dd9843087a54dd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Dec 2018 11:49:07 +0100 Subject: v0.11.8 --- zephir.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zephir.spec b/zephir.spec index 40f1f38..f22687c 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 641bd9832ad8d4c3733f1b3d23e489d6330eb64a +%global gh_commit 4495e75ab246aa3120bffc0fb8e70b38dfa25969 %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.7 +Version: 0.11.8 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} Summary: Zephir language for creation of extensions for PHP. @@ -321,6 +321,9 @@ esac %changelog +* Mon Dec 3 2018 Remi Collet - 0.11.8-1 +- update to 0.11.8 + * Wed Nov 28 2018 Remi Collet - 0.11.7-1 - update to 0.11.7 -- cgit