Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
[Console] added support for ICU data version 50
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 14, 2012
1 parent 6d0250d commit b5bccbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@ Resources/data/4.2/
Resources/data/4.4/
Resources/data/4.6/
Resources/data/4.8/
Resources/data/50/
vendor/
composer.lock
phpunit.xml
1 change: 1 addition & 0 deletions Resources/data/icu.ini
Expand Up @@ -6,3 +6,4 @@
4.6 = http://source.icu-project.org/repos/icu/icu/tags/release-4-6-1/source/data
4.8 = http://source.icu-project.org/repos/icu/icu/tags/release-4-8-1-1/source/data
49 = http://source.icu-project.org/repos/icu/icu/tags/release-49-1-2/source/data
50 = http://source.icu-project.org/repos/icu/icu/tags/release-50-1/source/data

0 comments on commit b5bccbe

Please sign in to comment.