From 6b739f836b15ae8942820d1840e3f44d2648084c Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Mon, 23 May 2022 15:31:12 +0200 Subject: [PATCH] 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 --- src/corelib/text/qt_attribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/text/qt_attribution.json b/src/corelib/text/qt_attribution.json index 7e36e624cbc..3d633b73900 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." } ]