Skip to content

Commit

Permalink
Release 0.3.0RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jan 25, 2024
1 parent 77bd919 commit f7ac1a0
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ more than adequate.
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2024-01-23</date>
<date>2024-01-25</date>
<version>
<release>0.3.0dev</release>
<api>0.0.7</api>
<release>0.3.0RC1</release>
<api>0.3.0</api>
</version>
<stability>
<release>beta</release>
Expand Down
5 changes: 3 additions & 2 deletions src/dio.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Sterling Hughes <[email protected]> |
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Sterling Hughes <[email protected]> |
| Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down
3 changes: 2 additions & 1 deletion src/dio_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down
3 changes: 2 additions & 1 deletion src/dio_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down
3 changes: 2 additions & 1 deletion src/dio_stream_wrappers.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down
5 changes: 4 additions & 1 deletion src/php_dio.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

#ifndef PHP_DIO_H
Expand All @@ -22,7 +25,7 @@
extern zend_module_entry dio_module_entry;
#define phpext_dio_ptr &dio_module_entry

#define PHP_DIO_VERSION "0.3.0-dev"
#define PHP_DIO_VERSION "0.3.0RC1"

/* Standard module functions. */
PHP_MINIT_FUNCTION(dio);
Expand Down
3 changes: 2 additions & 1 deletion src/php_dio_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down
3 changes: 2 additions & 1 deletion src/php_dio_common_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down
3 changes: 2 additions & 1 deletion src/php_dio_posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down
3 changes: 2 additions & 1 deletion src/php_dio_stream_wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Melanie Rhianna Lewis <[email protected]> |
| Authors: Melanie Rhianna Lewis <[email protected]> |
| Remi Collet <[email protected]> |
+----------------------------------------------------------------------+
*/

Expand Down

0 comments on commit f7ac1a0

Please sign in to comment.