Skip to content

Commit

Permalink
1.0.2 for php7
Browse files Browse the repository at this point in the history
  • Loading branch information
iliaal committed Jun 23, 2016
1 parent bb3bc50 commit 34f4557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[2015-??-??] - Version 1.0.2
[2016-06-23] - Version 1.0.2
* Fixed bug in ExcelSheet::addPictureDim() (see issue #120)
* Fixed bug in ExcelSheet::isLicensed() (see issue #122)
* Added new methods (requires LibXL 3.6.2)
Expand Down
2 changes: 1 addition & 1 deletion excel.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static long xlFormatBorderColor(FormatHandle f)
#define PHP_EXCEL_FORMULA 2
#define PHP_EXCEL_NUMERIC_STRING 3

#define PHP_EXCEL_VERSION "1.0.2dev"
#define PHP_EXCEL_VERSION "1.0.2"

#ifdef COMPILE_DL_EXCEL
ZEND_GET_MODULE(excel)
Expand Down

0 comments on commit 34f4557

Please sign in to comment.