Skip to content

Commit 7bafa65

Browse files
committed
Version 1.0.1
1 parent f65d33a commit 7bafa65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[2014-??-??] - Version 1.0.1
1+
[2015-02-26] - Version 1.0.1
22
* Added methods
33
- ExcelBook::sheetType()
44
- ExcelSheet::colHidden()

excel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ enum libXLPictureType {PICTURETYPE_PNG, PICTURETYPE_JPEG, PICTURETYPE_WMF, PICTU
6868
#define PHP_EXCEL_FORMULA 2
6969
#define PHP_EXCEL_NUMERIC_STRING 3
7070

71-
#define PHP_EXCEL_VERSION "1.0.1dev"
71+
#define PHP_EXCEL_VERSION "1.0.1"
7272

7373
#ifdef COMPILE_DL_EXCEL
7474
ZEND_GET_MODULE(excel)

0 commit comments

Comments
 (0)