Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnw committed Dec 30, 2016
1 parent dea6f4a commit e164d69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ var_dump($new_time == time()); // bool(false)

## CHANGELOG

### version 1.2.1(alpha), 2016/12/30
- Fixed the year 2038 problem for PHP 7.x on Windows.

### version 1.2.0(alpha), 2016/12/30
- Big internal change (without BC break): handle microseconds accurately in time traveling.
- Now `timecop_freeze()` and `timecop_travel()` accepts either `DateTimeInterface` or `int`.
Expand Down
2 changes: 1 addition & 1 deletion php-timecop.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define __ext_name timecop
Name: php-%{__ext_name}
Version: 1.2.0
Version: 1.2.1
Release: 1%{?dist}
Summary: php-timecop module

Expand Down
2 changes: 1 addition & 1 deletion php_timecop.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#ifndef PHP_TIMECOP_H
#define PHP_TIMECOP_H

#define PHP_TIMECOP_VERSION "1.2.0"
#define PHP_TIMECOP_VERSION "1.2.1"

extern zend_module_entry timecop_module_entry;
#define phpext_timecop_ptr &timecop_module_entry
Expand Down

0 comments on commit e164d69

Please sign in to comment.