mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-03 13:23:37 +03:00
version function
This commit is contained in:
parent
2b6380693d
commit
a4d7997356
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ class PHPExcel_Calculation_Functions {
|
|||
* @return string Version information
|
||||
*/
|
||||
public static function VERSION() {
|
||||
return 'PHPExcel ##VERSION##, ##DATE##';
|
||||
return 'PHPExcel 1.8.1, 2015-04-30';
|
||||
} // function VERSION()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue