Skip to content

Commit c897fd2

Browse files
committed
upgrade: version to 0.16.0
1 parent 8aae718 commit c897fd2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2024-11-08</date>
13+
<date>2025-04-22</date>
1414
<version>
15-
<release>0.15.2</release>
16-
<api>0.15.2</api>
15+
<release>0.16.0</release>
16+
<api>0.16.0</api>
1717
</version>
1818
<stability>
1919
<release>stable</release>
2020
<api>stable</api>
2121
</stability>
2222
<license>MIT</license>
2323
<notes>
24-
- fix: argument format of type
25-
- fix: incompatible pointer type
24+
- change: brotli.state resource in brotli_uncompress_{init,add}() to Btorli\UnCompress\Context class
25+
- change: brotli.state resource in brotli_compress_{init,add}() to Btorli\Compress\Context class
2626
</notes>
2727
<contents>
2828
<dir name="/">

php_brotli.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extern "C" {
66
#endif
77

88
/* Don't forget to check BROTLI_LIB_VERSION in config.m4/w32 */
9-
#define BROTLI_EXT_VERSION "0.15.2"
9+
#define BROTLI_EXT_VERSION "0.16.0"
1010
#define BROTLI_NS "Brotli"
1111

1212
/* brotli */

0 commit comments

Comments
 (0)