Skip to content

Commit

Permalink
Release simdjson 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Oct 17, 2022
1 parent d9489d3 commit 7e41838
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<active>yes</active>
</lead>
-->
<date>2022-10-14</date>
<date>2022-10-17</date>
<version>
<release>3.0.0dev</release>
<api>3.0.0dev</api>
<release>3.0.0</release>
<api>3.0.0</api>
</version>
<stability>
<release>stable</release>
Expand Down
2 changes: 1 addition & 1 deletion php_simdjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ BEGIN_EXTERN_C()
extern zend_module_entry simdjson_module_entry;
#define phpext_simdjson_ptr &simdjson_module_entry

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

0 comments on commit 7e41838

Please sign in to comment.