From 34f4557957f1999c55df436fda450a0751c9762d Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 23 Jun 2016 10:15:38 -0400 Subject: [PATCH] 1.0.2 for php7 --- ChangeLog | 2 +- excel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4a324c..023f4e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/excel.c b/excel.c index 75a3ceb..d9c0ca8 100644 --- a/excel.c +++ b/excel.c @@ -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)