Skip to content

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 4, 2024
1 parent 4511a6f commit f73ef80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
</lead>
<date>2024-10-04</date>
<version>
<release>3.1.7</release>
<release>3.1.8dev</release>
<api>3.0</api>
</version>
<stability>
Expand Down Expand Up @@ -130,6 +130,21 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
<providesextension>mailparse</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2024-10-04</date>
<version>
<release>3.1.7</release>
<api>3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes>
- PHP 8.4 compatibility
</notes>
</release>
<release>
<date>2023-08-22</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_mailparse.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
extern zend_module_entry mailparse_module_entry;
#define phpext_mailparse_ptr &mailparse_module_entry

#define PHP_MAILPARSE_VERSION "3.1.7"
#define PHP_MAILPARSE_VERSION "3.1.8-dev"

#ifdef PHP_WIN32
#define PHP_MAILPARSE_API __declspec(dllexport)
Expand Down

0 comments on commit f73ef80

Please sign in to comment.