Skip to content

Commit 88637e2

Browse files
committed
Re-tag
1 parent 769c07d commit 88637e2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ChangeLog

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[2015-??-??] - Version 1.0.2
2-
31
[2015-02-26] - Version 1.0.1
42
* Added methods
53
- 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.2dev"
71+
#define PHP_EXCEL_VERSION "1.0.1"
7272

7373
#ifdef COMPILE_DL_EXCEL
7474
ZEND_GET_MODULE(excel)

0 commit comments

Comments
 (0)