Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 22, 2024
1 parent 17af220 commit 0fa616a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ more than adequate.
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2024-01-25</date>
<date>2024-02-22</date>
<version>
<release>0.3.0RC1</release>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes>
Expand Down
2 changes: 1 addition & 1 deletion src/php_dio.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
extern zend_module_entry dio_module_entry;
#define phpext_dio_ptr &dio_module_entry

#define PHP_DIO_VERSION "0.3.0RC1"
#define PHP_DIO_VERSION "0.3.0"

/* Standard module functions. */
PHP_MINIT_FUNCTION(dio);
Expand Down

0 comments on commit 0fa616a

Please sign in to comment.