Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hnw committed Jul 7, 2017
1 parent eea6f85 commit 1a32b63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0

## CHANGELOG

### version 1.2.7(beta), 2017/7/7
### version 1.2.8(beta), 2017/7/7

- Publish on PECL
- Support Windows

### version 1.2.6(beta), 2017/7/4

Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</lead>
<date>2017-07-07</date>
<version>
<release>1.2.7</release>
<api>1.2.7</api>
<release>1.2.8</release>
<api>1.2.8</api>
</version>
<stability>
<release>beta</release>
Expand Down
2 changes: 1 addition & 1 deletion php_timecop.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
#ifndef PHP_TIMECOP_H
#define PHP_TIMECOP_H

#define PHP_TIMECOP_VERSION "1.2.7"
#define PHP_TIMECOP_VERSION "1.2.8"

extern zend_module_entry timecop_module_entry;
#define phpext_timecop_ptr &timecop_module_entry
Expand Down

0 comments on commit 1a32b63

Please sign in to comment.