Revert "back to dev"

This reverts commit 10a64753d2.
This commit is contained in:
Remi Collet
2026-03-20 10:46:17 +01:00
parent 8d7da904b8
commit dd5a534a97
2 changed files with 4 additions and 19 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.1dev</release>
<release>1.7.0</release>
<api>1.7.0</api>
</version>
<stability>
@@ -31,7 +31,8 @@ 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="/">
@@ -83,22 +84,6 @@ 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.1-dev"
#define PHP_LZF_VERSION "1.7.0"
#define LZF_MARGIN 128