Skip to content

Commit 1964c1f

Browse files
committed
v1.1.1
1 parent 55600e4 commit 1964c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</stability>
2323
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
2424
<notes>
25-
Fix `signum` returning 1 for zero, instead of 0.
25+
Fix "signum" returning 1 for zero, instead of 0.
2626
</notes>
2727
<contents>
2828
<dir name="/">

php_decimal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#include "ext/spl/spl_exceptions.h"
5050
#include "mpdecimal.h"
5151

52-
#define PHP_DECIMAL_VERSION "1.1.0"
52+
#define PHP_DECIMAL_VERSION "1.1.1"
5353

5454
#define PHP_DECIMAL_EXTNAME "decimal"
5555

0 commit comments

Comments
 (0)