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 | f1bb484bc259f662e4fe6609e32a92e7471efe81 (patch) | |
tree | 1d30c36bbc2269fe5098ac02d4d0c039f8769322 /ext/intl/php_intl.h | |
parent | df60c5063c616f7648badc3ab832be86e43faf93 (diff) | |
download | php-git-f1bb484bc259f662e4fe6609e32a92e7471efe81.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 */ |