Skip to content

Commit 4cccf13

Browse files
committedOct 8, 2022
update to the next dev version
1 parent 6bdf11b commit 4cccf13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</lead>
1313
<date>2022-10-07</date>
1414
<version>
15-
<release>0.1.1</release>
15+
<release>0.1.2dev</release>
1616
<api>0.1.0</api>
1717
</version>
1818
<stability>
@@ -21,7 +21,7 @@
2121
</stability>
2222
<license uri="http://www.php.net/license">PHP License</license>
2323
<notes>
24-
First public release
24+
-
2525
</notes>
2626
<contents>
2727
<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.1"
25+
#define PHP_BSDIFF_VERSION "0.1.2-dev"
2626

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

0 commit comments

Comments
 (0)
Please sign in to comment.