Go with 1.0.1

This commit is contained in:
Derick Rethans
2023-11-23 09:34:35 +00:00
parent b5ea857671
commit 9b574cddfe
2 changed files with 7 additions and 7 deletions

View File

@@ -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="/">

View File

@@ -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