diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-06-14 23:35:29 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-06-14 23:35:29 +0200 |
commit | b1767d8a5625d7347e500e1230cf6c6c66d111ad (patch) | |
tree | b373131e0e72c8ff65a8dccf5c2eac8c16730dcd /ext/intl/php_intl.h | |
parent | 3d16bb5b62bd3a2a1671be5d2111b23780420cdb (diff) | |
download | php-git-b1767d8a5625d7347e500e1230cf6c6c66d111ad.tar.gz |
Bump intl extension version to PHP release version
This patch syncs and simplifies the intl core extension versioning
to match the PHP release version.
Diffstat (limited to 'ext/intl/php_intl.h')
-rw-r--r-- | 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 e672e54087..6d8f46adec 100644 --- a/ext/intl/php_intl.h +++ b/ext/intl/php_intl.h @@ -71,7 +71,7 @@ PHP_MINFO_FUNCTION(intl); const char *intl_locale_get_default( void ); -#define PHP_INTL_VERSION "1.1.0" +#define PHP_INTL_VERSION PHP_VERSION #endif /* PHP_INTL_H */ |