summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-12 07:55:38 +0100
committerRemi Collet <remi@remirepo.net>2019-02-12 07:55:38 +0100
commitf92748cef1cf182981963ee28276f8df44cc96dd (patch)
tree01e5db7c8a0b014a00fa25cd9c19f8de32557fc8
parent7e7159572eeb9bfe2b4dec56030dae1b2b87ab99 (diff)
v1.3.0
-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 55729bf..a8cb914 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
decimal
decimal support => enabled
-decimal version => 1.2.0
+decimal version => 1.3.0
libmpdec version => 2.4.2
diff --git a/REFLECTION b/REFLECTION
index 1092723..69e673b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #86 decimal version 1.2.0 ] {
+Extension [ <persistent> extension #86 decimal version 1.3.0 ] {
- Classes [1] {
Class [ <internal:decimal> final class Decimal\Decimal implements JsonSerializable ] {
diff --git a/php-pecl-decimal.spec b/php-pecl-decimal.spec
index c92822e..3e0239c 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.2.0
+Version: 1.3.0
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
+* Tue Feb 12 2019 Remi Collet <remi@remirepo.net> - 1.3.0-1
+- update to 1.3.0
+
* Sun Feb 10 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1
- update to 1.2.0