diff --git a/README.md b/README.md index a581505..314745e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/php-decimal/ext-decimal.svg?branch=master)](https://travis-ci.org/php-decimal/extension) [![Build status](https://ci.appveyor.com/api/projects/status/lg5nw5tqgpmv1c33?svg=true)](https://ci.appveyor.com/project/rtheunissen/php-decimal) -[![PECL](https://img.shields.io/badge/PECL-1.0.1-blue.svg)](https://pecl.php.net/package/decimal) +[![PECL](https://img.shields.io/badge/PECL-1.1.0-blue.svg)](https://pecl.php.net/package/decimal) Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP 7. diff --git a/package.xml b/package.xml index 85bcbac..9479230 100644 --- a/package.xml +++ b/package.xml @@ -2,19 +2,19 @@ decimal pecl.php.net - Arbitrary-precision floating-point decimal - Adds support for correctly-rounded arbitrary precision decimal floating point arithmetic in PHP 7 + Arbitrary precision floating-point decimal + Adds support for correctly-rounded arbitrary precision decimal floating-point arithmetic in PHP 7 Rudi Theunissen rtheunissen rtheunissen@php.net yes - 2018-10-29 + 2018-11-20 - 1.0.1 - 1.0.0 + 1.1.0 + 1.1.0 stable @@ -22,7 +22,7 @@ MIT License - Package content updates, smarter .m4 @remicollet + Added "trim" method, to remove trailing zeroes. @@ -46,12 +46,12 @@ + - @@ -82,6 +82,7 @@ + diff --git a/php_decimal.h b/php_decimal.h index fb27d93..b429f8b 100644 --- a/php_decimal.h +++ b/php_decimal.h @@ -49,7 +49,7 @@ #include "ext/spl/spl_exceptions.h" #include "mpdecimal.h" -#define PHP_DECIMAL_VERSION "1.0.1" +#define PHP_DECIMAL_VERSION "1.1.0" #define PHP_DECIMAL_EXTNAME "decimal"