mirror of
https://github.com/php/pecl-text-pspell.git
synced 2026-03-23 23:02:17 +01:00
Go with 1.0.1
This commit is contained in:
12
package.xml
12
package.xml
@@ -15,19 +15,19 @@
|
||||
<email>derick@php.net</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2023-11-22</date>
|
||||
<time>16:32:07</time>
|
||||
<date>2023-11-23</date>
|
||||
<time>19:33:37</time>
|
||||
<version>
|
||||
<release>1.0.0</release>
|
||||
<release>1.0.1</release>
|
||||
<api>1.0.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>beta</release>
|
||||
<api>beta</api>
|
||||
<release>stable</release>
|
||||
<api>stable</api>
|
||||
</stability>
|
||||
<license uri="http://www.php.net/license/3_01.txt">PHP 3.01</license>
|
||||
<notes>
|
||||
- Initial import after extraction from PHP core distribution.
|
||||
- Fixed version (don't use PHP version) and tests.
|
||||
</notes>
|
||||
<contents>
|
||||
<dir name="/">
|
||||
|
||||
@@ -21,7 +21,7 @@ extern zend_module_entry pspell_module_entry;
|
||||
#define pspell_module_ptr &pspell_module_entry
|
||||
|
||||
#include "php_version.h"
|
||||
#define PHP_PSPELL_VERSION "1.0.0"
|
||||
#define PHP_PSPELL_VERSION "1.0.1"
|
||||
|
||||
#else
|
||||
#define pspell_module_ptr NULL
|
||||
|
||||
Reference in New Issue
Block a user