diff --git a/config.json b/config.json index 9af2a2c..2c1aee0 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,7 @@ "extension-name": "tensor", "description": "A library and extension that provides objects for scientific computing in PHP.", "author": "The Rubix ML Community", - "version": "3.0.3", + "version": "3.0.4", "verbose": true, "extra-cflags": "-O3", "extra-libs": "-lopenblas -llapacke -lgfortran", diff --git a/ext/php_tensor.h b/ext/php_tensor.h index 2d7a15e..705a7ad 100644 --- a/ext/php_tensor.h +++ b/ext/php_tensor.h @@ -11,7 +11,7 @@ #include "kernel/globals.h" #define PHP_TENSOR_NAME "tensor" -#define PHP_TENSOR_VERSION "3.0.3" +#define PHP_TENSOR_VERSION "3.0.4" #define PHP_TENSOR_EXTNAME "tensor" #define PHP_TENSOR_AUTHOR "The Rubix ML Community" #define PHP_TENSOR_ZEPVERSION "0.17.0-$Id$" diff --git a/package.xml b/package.xml index 0c1bd01..21cf077 100644 --- a/package.xml +++ b/package.xml @@ -10,9 +10,9 @@ support@andrewdalpino.com yes - 2023-02-26 + 2023-09-20 - 3.0.3 + 3.0.4 3.0 @@ -21,7 +21,7 @@ MIT - - Added PHP 8.2 extension compatibility + - Miscellaneous fixes