Skip to content

Commit a572f73

Browse files
committedOct 12, 2022
prepare for release v0.1.2
1 parent 79f65a5 commit a572f73

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎package.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@
1010
<email>deminy@php.net</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2022-10-07</date>
13+
<date>2022-10-12</date>
1414
<version>
15-
<release>0.1.2dev</release>
15+
<release>0.1.2</release>
1616
<api>0.1.0</api>
1717
</version>
1818
<stability>
19-
<release>alpha</release>
20-
<api>alpha</api>
19+
<release>stable</release>
20+
<api>stable</api>
2121
</stability>
2222
<license uri="http://www.php.net/license">PHP License</license>
2323
<notes>
24-
-
24+
- Add PECL configuration option "with-bz2".
25+
- Include version numbers in phpinfo.
2526
</notes>
2627
<contents>
2728
<dir name="/">

‎php_bsdiff.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern zend_module_entry bsdiff_module_entry;
2323
# define phpext_bsdiff_ptr &bsdiff_module_entry
2424

25-
#define PHP_BSDIFF_VERSION "0.1.2-dev"
25+
#define PHP_BSDIFF_VERSION "0.1.2"
2626

2727
# if defined(ZTS) && defined(COMPILE_DL_BSDIFF)
2828
ZEND_TSRMLS_CACHE_EXTERN()

0 commit comments

Comments
 (0)