diff options
author | Stanislav Malyshev <stas@php.net> | 2009-10-27 23:21:00 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2009-10-27 23:21:00 +0000 |
commit | af0bfc885956310f98bfc556affd46187930b7c3 (patch) | |
tree | 48d5e54365ecc82da5b8a7731f76c8a8687f01cd /ext/intl/php_intl.h | |
parent | 1376b76e8cc1709ea813606507c1436c73150695 (diff) | |
download | php-git-af0bfc885956310f98bfc556affd46187930b7c3.tar.gz |
fix version
Diffstat (limited to 'ext/intl/php_intl.h')
-rwxr-xr-x | ext/intl/php_intl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/php_intl.h b/ext/intl/php_intl.h index 61455b6fb7..3ae530a0ad 100755 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -63,7 +63,7 @@ PHP_RINIT_FUNCTION(intl); PHP_RSHUTDOWN_FUNCTION(intl); PHP_MINFO_FUNCTION(intl); -#define PHP_INTL_VERSION "1.0.0" +#define PHP_INTL_VERSION "1.0.3" #endif /* PHP_INTL_H */ |