Skip to content

Commit 7e41838

Browse files
committed
Release simdjson 3.0.0
1 parent d9489d3 commit 7e41838

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<active>yes</active>
1919
</lead>
2020
-->
21-
<date>2022-10-14</date>
21+
<date>2022-10-17</date>
2222
<version>
23-
<release>3.0.0dev</release>
24-
<api>3.0.0dev</api>
23+
<release>3.0.0</release>
24+
<api>3.0.0</api>
2525
</version>
2626
<stability>
2727
<release>stable</release>

php_simdjson.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BEGIN_EXTERN_C()
5151
extern zend_module_entry simdjson_module_entry;
5252
#define phpext_simdjson_ptr &simdjson_module_entry
5353

54-
#define PHP_SIMDJSON_VERSION "3.0.0dev"
54+
#define PHP_SIMDJSON_VERSION "3.0.0"
5555
/**
5656
* PHP_SIMDJSON_VERSION_ID has the same format as PHP_VERSION_ID: Major version * 10000 + Minor version * 100 + Patch version.
5757
* This is meant for use by PECL extensions that depend on simdjson.

0 commit comments

Comments
 (0)