back to dev
authorMichael Wallner <mike@php.net>
Tue, 1 Feb 2022 12:08:54 +0000 (13:08 +0100)
committerMichael Wallner <mike@php.net>
Tue, 1 Feb 2022 12:08:54 +0000 (13:08 +0100)
package.xml
php_ion.h

index 95af76aa756e944bf0174cf7b7d77481ac129f15..6c8a94fc34b7783ed1331b1c04a63e5c891765d1 100644 (file)
@@ -22,8 +22,8 @@ https://awesomized.github.io/ext-ion/
  </lead>
  <date>2022-02-01</date>
  <version>
-  <release>0.1.0</release>
-  <api>0.1.0</api>
+  <release>0.2.0</release>
+  <api>0.2.0</api>
  </version>
  <stability>
   <release>alpha</release>
@@ -31,7 +31,7 @@ https://awesomized.github.io/ext-ion/
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Initial release.
+* WIP
 ]]></notes>
  <contents>
   <dir name="/">
index e1e158e4346360e6b94542c594aa0e6f5c3fee29..a12b2f86a372933d54db09f4f9f516331bfd0000 100644 (file)
--- a/php_ion.h
+++ b/php_ion.h
@@ -16,7 +16,7 @@
 extern zend_module_entry ion_module_entry;
 # define phpext_ion_ptr &ion_module_entry
 
-# define PHP_ION_VERSION "0.1.0"
+# define PHP_ION_VERSION "0.2.0dev"
 
 # if defined(ZTS) && defined(COMPILE_DL_ION)
 ZEND_TSRMLS_CACHE_EXTERN()