summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2022-05-23 15:31:12 +0200
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2022-05-23 20:28:50 +0000
commit6b739f836b15ae8942820d1840e3f44d2648084c (patch)
treec3e414c69ac5d6cf9b290c2e4f6518a75d651277 /src/corelib
parente2e0420028a3954038ac923e34b35dc4c353d247 (diff)
Fix CLDR version in qt_attribution.json
CLDR was updated to version 41 in 59860685a19017b50e8fd54c3397a190585c8ebc but this file was not updated. Task-number: QTBUG-103663 Change-Id: I163a4a3f6ce16d611c013656fa569be01880e72c Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/text/qt_attribution.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qt_attribution.json b/src/corelib/text/qt_attribution.json
index 7e36e624cb..3d633b7390 100644
--- a/src/corelib/text/qt_attribution.json
+++ b/src/corelib/text/qt_attribution.json
@@ -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."
}
]