Skip to content

Commit 0dfa27e

Browse files
committed
Change version to 1.2.10
1 parent 4fd19a2 commit 0dfa27e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0
142142

143143
## CHANGELOG
144144

145-
### version 1.2.9(beta), 2017/11/22
145+
### version 1.2.10(beta), 2017/11/23
146146

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

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<email>y@hnw.jp</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2017-11-22</date>
17+
<date>2017-11-23</date>
1818
<version>
19-
<release>1.2.9</release>
20-
<api>1.2.9</api>
19+
<release>1.2.10</release>
20+
<api>1.2.10</api>
2121
</version>
2222
<stability>
2323
<release>beta</release>
2424
<api>beta</api>
2525
</stability>
2626
<license uri="https://github.com/hnw/php-timecop/blob/master/LICENSE">MIT License</license>
27-
<notes>Publish on PECL
27+
<notes>Fix "double free" bug on PHP 7.2.0
2828
</notes>
2929
<contents>
3030
<dir name="/">

php_timecop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SOFTWARE.
2525
#ifndef PHP_TIMECOP_H
2626
#define PHP_TIMECOP_H
2727

28-
#define PHP_TIMECOP_VERSION "1.2.9"
28+
#define PHP_TIMECOP_VERSION "1.2.10"
2929

3030
extern zend_module_entry timecop_module_entry;
3131
#define phpext_timecop_ptr &timecop_module_entry

0 commit comments

Comments
 (0)