Skip to content

Commit 769c07d

Browse files
committed
Back to dev
1 parent 7bafa65 commit 769c07d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[2015-??-??] - Version 1.0.2
2+
13
[2015-02-26] - Version 1.0.1
24
* Added methods
35
- ExcelBook::sheetType()

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.1"
71+
#define PHP_EXCEL_VERSION "1.0.2dev"
7272

7373
#ifdef COMPILE_DL_EXCEL
7474
ZEND_GET_MODULE(excel)

0 commit comments

Comments
 (0)