From: Matthias Clasen Date: Mon, 3 Apr 2023 10:50:52 +0000 (-0400) Subject: Add comment on versions X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~445 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac61376c323b0040f4d63b3747aff9e45e192ae6;p=gtk4.git Add comment on versions Some versions are specfied in multiple places. Add a reminder to update all places. --- diff --git a/meson.build b/meson.build index 3c2887d031..af2b0cee43 100644 --- a/meson.build +++ b/meson.build @@ -10,6 +10,7 @@ project('gtk', 'c', meson_version : '>= 0.60.0', license: 'LGPL-2.1-or-later') +# keep these numbers in sync with wrap files where there exist glib_req = '>= 2.72.0' introspection_req = '>= 1.72.0' # keep this in sync with glib pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh