Skip to content

Commit

Permalink
Change version to 1.2.10
Browse files Browse the repository at this point in the history
hnw committed Nov 23, 2017
1 parent 4fd19a2 commit 0dfa27e
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0

## CHANGELOG

### version 1.2.9(beta), 2017/11/22
### version 1.2.10(beta), 2017/11/23

- Fix "double free" bug on PHP 7.2.0 ([#32](https://github.com/hnw/php-timecop/issues/32))

8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -14,17 +14,17 @@
<email>y@hnw.jp</email>
<active>yes</active>
</lead>
<date>2017-11-22</date>
<date>2017-11-23</date>
<version>
<release>1.2.9</release>
<api>1.2.9</api>
<release>1.2.10</release>
<api>1.2.10</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="https://github.com/hnw/php-timecop/blob/master/LICENSE">MIT License</license>
<notes>Publish on PECL
<notes>Fix "double free" bug on PHP 7.2.0
</notes>
<contents>
<dir name="/">
2 changes: 1 addition & 1 deletion php_timecop.h
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ SOFTWARE.
#ifndef PHP_TIMECOP_H
#define PHP_TIMECOP_H

#define PHP_TIMECOP_VERSION "1.2.9"
#define PHP_TIMECOP_VERSION "1.2.10"

extern zend_module_entry timecop_module_entry;
#define phpext_timecop_ptr &timecop_module_entry

0 comments on commit 0dfa27e

Please sign in to comment.