Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed May 25, 2021
1 parent 14c41a0 commit 35f8b14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ext/php_tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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$"
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<email>support@andrewdalpino.com</email>
<active>yes</active>
</lead>
<date>2021-04-28</date>
<date>2021-05-25</date>
<version>
<release>2.2.2</release>
<release>2.2.3</release>
<api>2.2</api>
</version>
<stability>
Expand Down

0 comments on commit 35f8b14

Please sign in to comment.