Skip to content

Commit

Permalink
Change version metadata to 3.0.5 (#44)
Browse files Browse the repository at this point in the history
* Update ext version to 3.0.5 in config.json

* Update ext version in php_tensor.h

* Add Zephir dep change to CHANGELOG.md
  • Loading branch information
Aweptimum committed Mar 15, 2024
1 parent 1c1d375 commit 9f0ee17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 3.0.5
- Upgraded Zephir dependency to 0.17

- 3.0.4
- Fixed bug in Vector less equal operation

Expand Down
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": "The Rubix ML Community",
"version": "3.0.4",
"version": "3.0.5",
"verbose": true,
"extra-cflags": "-O3",
"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 "3.0.4"
#define PHP_TENSOR_VERSION "3.0.5"
#define PHP_TENSOR_EXTNAME "tensor"
#define PHP_TENSOR_AUTHOR "The Rubix ML Community"
#define PHP_TENSOR_ZEPVERSION "0.17.0-$Id$"
Expand Down

0 comments on commit 9f0ee17

Please sign in to comment.