mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-2427 upgrade to Unicode 4 - allow Unicode versions with just a major number
X-SVN-Rev: 11222
This commit is contained in:
parent
1c86bc5cbb
commit
e8bad8a60f
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ sub check_versions {
|
|||
|
||||
# append ".0" if necessary, to standardize to X.Y.Z
|
||||
$v .= '.0' unless ($v =~ /\.\d+\./);
|
||||
$v .= '.0' unless ($v =~ /\.\d+\./);
|
||||
if ($version) {
|
||||
die "Error: Mismatched Unicode versions"
|
||||
unless ($version eq $v);
|
||||
|
|
Loading…
Add table
Reference in a new issue