Skip to content

Commit 0bf5825

Browse files
committed
upgrade: version to 0.13.3
1 parent 5be5365 commit 0bf5825

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<email>kjdev@php.net</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2024-01-15</date>
13+
<date>2024-01-28</date>
1414
<version>
15-
<release>0.13.2</release>
16-
<api>0.13.2</api>
15+
<release>0.13.3</release>
16+
<api>0.13.3</api>
1717
</version>
1818
<stability>
1919
<release>stable</release>
2020
<api>stable</api>
2121
</stability>
2222
<license>MIT</license>
2323
<notes>
24-
- fix: variable declaration
24+
- fix: incompatible pointer types (32-bit)
2525
</notes>
2626
<contents>
2727
<dir name="/">

php_zstd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#ifndef PHP_ZSTD_H
2525
#define PHP_ZSTD_H
2626

27-
#define PHP_ZSTD_VERSION "0.13.2"
27+
#define PHP_ZSTD_VERSION "0.13.3"
2828
#define PHP_ZSTD_NS "Zstd"
2929

3030
extern zend_module_entry zstd_module_entry;

0 commit comments

Comments
 (0)