Release 3.1.5

This commit is contained in:
Remi Collet
2023-07-27 13:44:46 +02:00
parent 4796c92867
commit c0709df595
2 changed files with 3 additions and 3 deletions

View File

@@ -36,9 +36,9 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages.
<email>remi@php.net</email>
<active>yes</active>
</lead>
<date>2022-09-15</date>
<date>2023-07-27</date>
<version>
<release>3.1.5dev</release>
<release>3.1.5</release>
<api>3.0</api>
</version>
<stability>

View File

@@ -22,7 +22,7 @@
extern zend_module_entry mailparse_module_entry;
#define phpext_mailparse_ptr &mailparse_module_entry
#define PHP_MAILPARSE_VERSION "3.1.5-dev"
#define PHP_MAILPARSE_VERSION "3.1.5"
#ifdef PHP_WIN32
#define PHP_MAILPARSE_API __declspec(dllexport)