diff --git a/config.json b/config.json index 63ba6fe..a9d9107 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": "Andrew DalPino", - "version": "2.2.2", + "version": "2.2.3", "verbose": true, "extra-cflags": "-O3 -ffast-math", "extra-libs": "-lopenblas -llapacke -lgfortran", diff --git a/ext/php_tensor.h b/ext/php_tensor.h index 3c601c6..d8c7b3f 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 "2.2.2" +#define PHP_TENSOR_VERSION "2.2.3" #define PHP_TENSOR_EXTNAME "tensor" #define PHP_TENSOR_AUTHOR "Andrew DalPino" #define PHP_TENSOR_ZEPVERSION "0.12.21-$Id$" diff --git a/package.xml b/package.xml index faf3017..9ea3967 100644 --- a/package.xml +++ b/package.xml @@ -10,9 +10,9 @@ support@andrewdalpino.com yes - 2021-04-28 + 2021-05-25 - 2.2.2 + 2.2.3 2.2