Reapply "back to dev"

This reverts commit dd5a534a97.
This commit is contained in:
Remi Collet
2026-03-20 10:48:00 +01:00
parent dd5a534a97
commit 5121d2c617
2 changed files with 19 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2022-01-04</date>
<version>
<release>1.7.0</release>
<release>1.7.1dev</release>
<api>1.7.0</api>
</version>
<stability>
@@ -31,8 +31,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- drop support for PHP 7.1 and older
- add type hinting
-
</notes>
<contents>
<dir name="/">
@@ -84,6 +83,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
<configureoption default="no" name="enable-lzf-better-compression" prompt="Sacrifice speed in favour of compression ratio?" />
</extsrcrelease>
<changelog>
<release>
<date>2022-01-04</date>
<version>
<release>1.7.0</release>
<api>1.7.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- drop support for PHP 7.1 and older
- add type hinting
</notes>
</release>
<release>
<date>2020-04-16</date>
<version>

View File

@@ -23,7 +23,7 @@ extern zend_module_entry lzf_module_entry;
extern php_stream_filter_factory php_lzf_compress_filter_factory;
extern php_stream_filter_factory php_lzf_decompress_filter_factory;
#define PHP_LZF_VERSION "1.7.0"
#define PHP_LZF_VERSION "1.7.1-dev"
#define LZF_MARGIN 128