We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9489d3 commit 7e41838Copy full SHA for 7e41838
2 files changed
package.xml
@@ -18,10 +18,10 @@
18
<active>yes</active>
19
</lead>
20
-->
21
- <date>2022-10-14</date>
+ <date>2022-10-17</date>
22
<version>
23
- <release>3.0.0dev</release>
24
- <api>3.0.0dev</api>
+ <release>3.0.0</release>
+ <api>3.0.0</api>
25
</version>
26
<stability>
27
<release>stable</release>
php_simdjson.h
@@ -51,7 +51,7 @@ BEGIN_EXTERN_C()
51
extern zend_module_entry simdjson_module_entry;
52
#define phpext_simdjson_ptr &simdjson_module_entry
53
54
-#define PHP_SIMDJSON_VERSION "3.0.0dev"
+#define PHP_SIMDJSON_VERSION "3.0.0"
55
/**
56
* PHP_SIMDJSON_VERSION_ID has the same format as PHP_VERSION_ID: Major version * 10000 + Minor version * 100 + Patch version.
57
* This is meant for use by PECL extensions that depend on simdjson.
0 commit comments