Skip to content

Commit

Permalink
Fix CLDR version in qt_attribution.json
Browse files Browse the repository at this point in the history
CLDR was updated to version 41 in 5986068
but this file was not updated.

Task-number: QTBUG-103663
Change-Id: I163a4a3f6ce16d611c013656fa569be01880e72c
Reviewed-by: Ivan Solovev <[email protected]>
  • Loading branch information
eugmes committed May 23, 2022
1 parent e2e0420 commit 6b739f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corelib/text/qt_attribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
world's languages, with the largest and most extensive standard repository of locale data
available.",
"Homepage": "https://cldr.unicode.org/",
"Version": "v40",
"Version": "v41",
"License": "// as specified in https://spdx.org/licenses/Unicode-DFS-2016.html",
"License": "Unicode License Agreement - Data Files and Software (2016)",
"LicenseId": "Unicode-DFS-2016",
"LicenseFile": "UNICODE_LICENSE.txt",
"Copyright": "Copyright (C) 1991-2021 Unicode, Inc."
"Copyright": "Copyright (C) 1991-2022 Unicode, Inc."
}
]

0 comments on commit 6b739f8

Please sign in to comment.