diff options
author | Stanislav Malyshev <stas@php.net> | 2010-06-30 04:23:32 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2010-06-30 04:23:32 +0000 |
commit | af2d266a09ac46bfb0ef1e3890ba26934c32bae0 (patch) | |
tree | 4b49c4d90b3d8554abf7bcba7224272fe8c020c4 /ext/intl/php_intl.h | |
parent | 4e606e3cebb236c131aed7a1dd1c4ca0d14d2318 (diff) | |
download | php-git-af2d266a09ac46bfb0ef1e3890ba26934c32bae0.tar.gz |
sync version with PECL
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 3ae530a0ad..4ede069e2a 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.3" +#define PHP_INTL_VERSION "1.1.0" #endif /* PHP_INTL_H */ |