Skip to content

Commit

Permalink
upgrade: version to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Jan 28, 2024
1 parent 5be5365 commit 0bf5825
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-01-15</date>
<date>2024-01-28</date>
<version>
<release>0.13.2</release>
<api>0.13.2</api>
<release>0.13.3</release>
<api>0.13.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>MIT</license>
<notes>
- fix: variable declaration
- fix: incompatible pointer types (32-bit)
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_zstd.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef PHP_ZSTD_H
#define PHP_ZSTD_H

#define PHP_ZSTD_VERSION "0.13.2"
#define PHP_ZSTD_VERSION "0.13.3"
#define PHP_ZSTD_NS "Zstd"

extern zend_module_entry zstd_module_entry;
Expand Down

0 comments on commit 0bf5825

Please sign in to comment.