Skip to content

Commit 9f0ee17

Browse files
authored
Change version metadata to 3.0.5 (#44)
* Update ext version to 3.0.5 in config.json * Update ext version in php_tensor.h * Add Zephir dep change to CHANGELOG.md
1 parent 1c1d375 commit 9f0ee17

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 3.0.5
2+
- Upgraded Zephir dependency to 0.17
3+
14
- 3.0.4
25
- Fixed bug in Vector less equal operation
36

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": "The Rubix ML Community",
7-
"version": "3.0.4",
7+
"version": "3.0.5",
88
"verbose": true,
99
"extra-cflags": "-O3",
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 "3.0.4"
14+
#define PHP_TENSOR_VERSION "3.0.5"
1515
#define PHP_TENSOR_EXTNAME "tensor"
1616
#define PHP_TENSOR_AUTHOR "The Rubix ML Community"
1717
#define PHP_TENSOR_ZEPVERSION "0.17.0-$Id$"

0 commit comments

Comments
 (0)