diff options
author | Edward Welbourne <[email protected]> | 2025-01-17 17:09:10 +0100 |
---|---|---|
committer | Edward Welbourne <[email protected]> | 2025-01-21 19:21:21 +0000 |
commit | 549bab4150b4652bb8b6577c737e49ae03f6348f (patch) | |
tree | 019c23668a853f47367f2c02c5a2f15cf1c25ab0 | |
parent | a419db7160f2070de9ae52e80dcfff05304d9229 (diff) |
QtTest: Update valgrind (fatuously) to v3.24.0
Nothing has changed in the headers we use, aside from the version
number, since v3.23.0, so we may as well declare ourselves up to
date.
[ChangeLog][Third-Party Code][QtTest] Valgrind headers are up to date
with Valgrind v3.24.0.
Pick-to: 6.9 6.8
Task-number: QTBUG-132871
Change-Id: Ib2ad8d73e662535a014d241b46cc50214b45f50b
Reviewed-by: Ahmad Samir <[email protected]>
-rw-r--r-- | src/testlib/3rdparty/valgrind/qt_attribution.json | 2 | ||||
-rw-r--r-- | src/testlib/3rdparty/valgrind/valgrind_p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/3rdparty/valgrind/qt_attribution.json b/src/testlib/3rdparty/valgrind/qt_attribution.json index e93a038b231..3146fd82c57 100644 --- a/src/testlib/3rdparty/valgrind/qt_attribution.json +++ b/src/testlib/3rdparty/valgrind/qt_attribution.json @@ -11,7 +11,7 @@ "Description": "An instrumentation framework for building dynamic analysis tools.", "Homepage": "http://valgrind.org/", - "Version": "3.23.0", + "Version": "3.24.0", "PURL": "pkg:generic/valgrind@$<VERSION>?download_url=https://valgrind.org/", "License": "BSD 4-clause \"Original\" or \"Old\" License", "LicenseId": "BSD-4-Clause", diff --git a/src/testlib/3rdparty/valgrind/valgrind_p.h b/src/testlib/3rdparty/valgrind/valgrind_p.h index 3a7ff4ac35c..77ca3ad8692 100644 --- a/src/testlib/3rdparty/valgrind/valgrind_p.h +++ b/src/testlib/3rdparty/valgrind/valgrind_p.h @@ -89,7 +89,7 @@ || (__VALGRIND_MAJOR__ == 3 && __VALGRIND_MINOR__ >= 6)) */ #define __VALGRIND_MAJOR__ 3 -#define __VALGRIND_MINOR__ 23 +#define __VALGRIND_MINOR__ 24 #include <stdarg.h> |