Skip to content

Commit 35f8b14

Browse files
committed
Prepare for release
1 parent 14c41a0 commit 35f8b14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"extension-name": "tensor",
55
"description": "A library and extension that provides objects for scientific computing in PHP.",
66
"author": "Andrew DalPino",
7-
"version": "2.2.2",
7+
"version": "2.2.3",
88
"verbose": true,
99
"extra-cflags": "-O3 -ffast-math",
1010
"extra-libs": "-lopenblas -llapacke -lgfortran",

ext/php_tensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "kernel/globals.h"
1212

1313
#define PHP_TENSOR_NAME "tensor"
14-
#define PHP_TENSOR_VERSION "2.2.2"
14+
#define PHP_TENSOR_VERSION "2.2.3"
1515
#define PHP_TENSOR_EXTNAME "tensor"
1616
#define PHP_TENSOR_AUTHOR "Andrew DalPino"
1717
#define PHP_TENSOR_ZEPVERSION "0.12.21-$Id$"

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2021-04-28</date>
13+
<date>2021-05-25</date>
1414
<version>
15-
<release>2.2.2</release>
15+
<release>2.2.3</release>
1616
<api>2.2</api>
1717
</version>
1818
<stability>

0 commit comments

Comments
 (0)