From 9464004aabe84bf8375d6cd0c60bc38f0456ab9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Apr 2021 07:09:26 +0200 Subject: update to 4.1.2 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-phalcon4.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9317719..7ab38f6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,8 +5,8 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 4.1.1 -Build Date => Apr 22 2021 00:00:00 +Version => 4.1.2 +Build Date => Apr 26 2021 00:00:00 Powered by Zephir => Version 0.12.21-8a412a1 Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 13c860a..19bc6d9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 phalcon version 4.1.1 ] { +Extension [ extension #117 phalcon version 4.1.2 ] { - Dependencies { Dependency [ pdo (Required) ] diff --git a/php-phalcon4.spec b/php-phalcon4.spec index f462a05..4ae9d5f 100644 --- a/php-phalcon4.spec +++ b/php-phalcon4.spec @@ -22,7 +22,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 4.1.1 +%global upstream_ver 4.1.2 #global upstream_pre rc.3 Name: %{?sub_prefix}php-phalcon4 @@ -260,6 +260,9 @@ fi %changelog +* Mon Apr 26 2021 Remi Collet - 4.1.2-1 +- update to 4.1.2 + * Thu Apr 22 2021 Remi Collet - 4.1.1-1 - update to 4.1.1 -- cgit