aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-04-28 23:12:24 -0400
committerJohn Thacker <johnthacker@gmail.com>2022-04-28 23:12:24 -0400
commit536c685ea5e9a4b07a679e5cc174eeed1e412693 (patch)
treec21b1da040ec8da94e5148320470309ce4add1bc /doc/README.developer
parentf595f3b6ad91c6f96f55dfac2346d23a6b7ce897 (diff)
docs: Update reference to minimum versions of GLib and Qt
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index f6a76ddac8..0377a9f0d3 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -429,7 +429,7 @@ own mkstemp implementation for use on platforms that lack mkstemp.
Note: mkstemp does not accept NULL as a parameter.
Wireshark requires minimum versions of each of the libraries it uses, in
-particular GLib 2.38.0 and Qt 5.3.0 or newer. If you require a mechanism
+particular GLib 2.50.0 and Qt 5.9.0 or newer. If you require a mechanism
that is available only in a newer version of a library then use its
version detection macros, e.g. "#if GLIB_CHECK_VERSION(...)" and "#if
QT_VERSION_CHECK(...)" to conditionally compile code using that