Skip to content

Commit e3772ff

Browse files
fix: update PHP_NDARRAY_VERSION to 0.5.2
1 parent 06f2cf0 commit e3772ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_numpower.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ZEND_FUNCTION(print_r_);
6464
PHPAPI zend_class_entry *phpsci_ce_NDArray;
6565
PHPAPI zend_class_entry *phpsci_ce_ArithmeticOperand;
6666

67-
# define PHP_NDARRAY_VERSION "0.5.0"
67+
# define PHP_NDARRAY_VERSION "0.5.2"
6868

6969
# if defined(ZTS) && defined(COMPILE_DL_NDARRAY)
7070
ZEND_TSRMLS_CACHE_EXTERN()

0 commit comments

Comments
 (0)