summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-14 23:35:29 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-06-14 23:35:29 +0200
commitb1767d8a5625d7347e500e1230cf6c6c66d111ad (patch)
treeb373131e0e72c8ff65a8dccf5c2eac8c16730dcd /ext/intl/php_intl.h
parent3d16bb5b62bd3a2a1671be5d2111b23780420cdb (diff)
downloadphp-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.h2
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 */