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 a3338bb commit 6dabdf4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions 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.8</release>
<release>3.1.9dev</release>
<api>3.0</api>
</version>
<stability>
Expand All @@ -47,7 +47,7 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes>
- PHP 8.4 compatibility
-
</notes>
<contents>
<dir name="/">
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.8</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>2024-10-04</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.8"
#define PHP_MAILPARSE_VERSION "3.1.9-dev"

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

0 comments on commit 6dabdf4

Please sign in to comment.