[PECL-CVS] [pecl-numbers-bitset] master: Revert "back to dev"

[email protected] (Remi Collet)
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Remi Collet (remicollet)
Date: 2025-09-18T08:06:11+02:00

Commit: https://github.com/php/pecl-numbers-bitset/commit/a6bcef9a7f3a7d282349e01548e51705823c4cd8
Raw diff: https://github.com/php/pecl-numbers-bitset/commit/a6bcef9a7f3a7d282349e01548e51705823c4cd8.diff

Revert "back to dev"

This reverts commit 25ddddbcc28ec6ee86bf8f7b4f57103090967419.

Changed paths:
  M  package.xml
  M  php_bitset.h


Diff:

diff --git a/package.xml b/package.xml
index 275ba81..7f00a32 100644
--- a/package.xml
+++ b/package.xml
@@ -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>
diff --git a/php_bitset.h b/php_bitset.h
index 08490b5..d0bb943 100644
--- a/php_bitset.h
+++ b/php_bitset.h
@@ -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)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.