Revert "back to dev"

This reverts commit 25ddddbcc2.
This commit is contained in:
Remi Collet
2025-09-18 08:06:11 +02:00
parent 26ec248857
commit a6bcef9a7f
2 changed files with 4 additions and 19 deletions

View File

@@ -21,7 +21,7 @@
</lead>
<date>2023-05-26</date>
<version>
<release>3.2.1dev</release>
<release>3.2.0</release>
<api>3.2.0</api>
</version>
<stability>
@@ -30,7 +30,8 @@
</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="/">
@@ -87,22 +88,6 @@
<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.1-dev"
#define PHP_BITSET_VERSION "3.2.0"
#ifdef PHP_WIN32
#define PHP_BITSET_API __declspec(dllexport)