Skip to content

Commit

Permalink
prepare for release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Oct 12, 2022
1 parent 79f65a5 commit a572f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2022-10-07</date>
<date>2022-10-12</date>
<version>
<release>0.1.2dev</release>
<release>0.1.2</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
-
- Add PECL configuration option "with-bz2".
- Include version numbers in phpinfo.
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_bsdiff.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
extern zend_module_entry bsdiff_module_entry;
# define phpext_bsdiff_ptr &bsdiff_module_entry

#define PHP_BSDIFF_VERSION "0.1.2-dev"
#define PHP_BSDIFF_VERSION "0.1.2"

# if defined(ZTS) && defined(COMPILE_DL_BSDIFF)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down

0 comments on commit a572f73

Please sign in to comment.