summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-08 07:00:36 +0100
committerRemi Collet <remi@remirepo.net>2019-02-08 07:00:36 +0100
commit9efb0a508249f56e696144eb3747b7c5c9d820b1 (patch)
treecc680c4ff67fff9573e2bf5eeee86b6e1d33b878
parentab3cbdddf2346ee44776a95ce530250b0f3ae271 (diff)
v1.1.2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-decimal.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index efd7e57..8c2bfc3 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
decimal
decimal support => enabled
-decimal version => 1.1.1
+decimal version => 1.1.2
libmpdec version => 2.4.2
diff --git a/REFLECTION b/REFLECTION
index 31ee7cc..1a49177 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #85 decimal version 1.1.1 ] {
+Extension [ <persistent> extension #86 decimal version 1.1.2 ] {
- Classes [1] {
Class [ <internal:decimal> final class Decimal\Decimal implements JsonSerializable ] {
diff --git a/php-pecl-decimal.spec b/php-pecl-decimal.spec
index 7455bb9..8b48f49 100644
--- a/php-pecl-decimal.spec
+++ b/php-pecl-decimal.spec
@@ -23,7 +23,7 @@
Summary: Arbitrary-precision floating-point decimal
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.1.1
+Version: 1.1.2
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/%{pecl_name}
@@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 1.1.2-1
+- update to 1.1.2
+
* Wed Jan 30 2019 Remi Collet <remi@remirepo.net> - 1.1.1-1
- update to 1.1.1