summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-16 14:40:05 +0100
committerRemi Collet <remi@php.net>2023-03-16 14:40:05 +0100
commit703d9b1df8943b99c1538260c90c8c134fde41db (patch)
tree2554cb8bf9e49d89940ed91798d4241956c401fd
parentde6a1dbdb4d0dc67d226e85a7edf1088efa04fe3 (diff)
update to 1.1.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-awscrt.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 42b5195..04ebae6 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,7 +1,7 @@
awscrt
-Version => 0.1.0
+Version => 1.1.0
Directive => Local Value => Master Value
awscrt.log_level => no value => no value
diff --git a/REFLECTION b/REFLECTION
index 2c54b36..44f7a05 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #121 awscrt version 0.1.0 ] {
+Extension [ <persistent> extension #121 awscrt version 1.1.0 ] {
- INI {
Entry [ awscrt.log_level <ALL> ]
diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec
index a95b1ee..a15ec09 100644
--- a/php-pecl-awscrt.spec
+++ b/php-pecl-awscrt.spec
@@ -30,7 +30,7 @@
Summary: AWS Common Runtime PHP bindings
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.11
+Version: 1.1.0
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: Apache-2.0
URL: https://pecl.php.net/package/%{pecl_name}
@@ -216,6 +216,9 @@ fi
%changelog
+* Thu Mar 16 2023 Remi Collet <remi@remirepo.net> - 1.1.0-1
+- update to 1.1.0
+
* Wed Mar 15 2023 Remi Collet <remi@remirepo.net> - 1.0.11-1
- update to 1.0.11