aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJim Young <jim.young.ws@gmail.com>2022-02-06 10:17:25 +0000
committerA Wireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2022-02-06 10:17:25 +0000
commit42106c9688a41f2bb8a1ff4171a1e67525e5eb29 (patch)
tree58c40790d437e3a88cf58fdfdece412fbc767fdc /doc
parent044dd69725bd4692e90e40136144846e5b2b989a (diff)
Docs: Accurately describe our minimum GLib and where to get it
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index f24590c4bb..f6a76ddac8 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.32.0 and Qt 5.3.0 or newer. If you require a mechanism
+particular GLib 2.38.0 and Qt 5.3.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