diff options
| author | Pierre Joye <pajoye@php.net> | 2006-03-21 18:45:31 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2006-03-21 18:45:31 +0000 |
| commit | 0bd3e9d3703761a6fc259efeca47fec501d3ecb3 (patch) | |
| tree | a93d354aeee3473a6cfaacb6b8c387a7b0c97658 /ext/enchant | |
| parent | 201d5df65016c13b2e028de7ca268e71dbd4d798 (diff) | |
| download | php-git-0bd3e9d3703761a6fc259efeca47fec501d3ecb3.tar.gz | |
- typo
- bump api version
Diffstat (limited to 'ext/enchant')
| -rwxr-xr-x | ext/enchant/package.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/enchant/package.xml b/ext/enchant/package.xml index caf5a614ce..4d96b54b65 100755 --- a/ext/enchant/package.xml +++ b/ext/enchant/package.xml @@ -28,14 +28,14 @@ see www.abisource.com/enchant/ <date>2006-03-21</date> <version> <release>1.0.1</release> - <api>1.0</api> + <api>1.1.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <license uri="http://www.php.net/license">PHP</license> - <notes>- add enchant_broker_list_dicts to get a list of available dictionnaries + <notes>- add enchant_broker_list_dicts to get a list of available dictionaries - fix compilation warnings - add examples - add tests</notes> @@ -52,7 +52,7 @@ see www.abisource.com/enchant/ <file name="config.w32" role="src"/> <file name="CREDITS" role="doc"/> <file name="enchant.c" role="src"> - <tasks:replace from="@package_version@" to="version" type="package-info" /> + <tasks:replace from="@package_version@" to="version" type="package-info"/> </file> <file name="php_enchant.h" role="src"/> </dir> |
