Reapply "back to dev"

This reverts commit a6bcef9a7f.
This commit is contained in:
Remi Collet
2025-09-18 08:11:26 +02:00
parent 96e5a27a81
commit 43c270a08b
2 changed files with 19 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
</lead>
<date>2023-05-26</date>
<version>
<release>3.2.0</release>
<release>3.2.1dev</release>
<api>3.2.0</api>
</version>
<stability>
@@ -30,8 +30,7 @@
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes>
- fix BitSet::fromArray() to allow setting bit 0
- add BitSet::fromInteger() and BitSet::toInteger()
-
</notes>
<contents>
<dir name="/">
@@ -88,6 +87,22 @@
<providesextension>bitset</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2023-05-26</date>
<version>
<release>3.2.0</release>
<api>3.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes>
- fix BitSet::fromArray() to allow setting bit 0
- add BitSet::fromInteger() and BitSet::toInteger()
</notes>
</release>
<release>
<date>2023-05-25</date>
<version>

View File

@@ -22,7 +22,7 @@
#define phpext_bitset_ptr &bitset_module_entry
extern zend_module_entry bitset_module_entry;
#define PHP_BITSET_VERSION "3.2.0"
#define PHP_BITSET_VERSION "3.2.1-dev"
#ifdef PHP_WIN32
#define PHP_BITSET_API __declspec(dllexport)