Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-10-29 23:54:11 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-10-29 23:54:11 +0300
commit174e8df17e4a7b987615bf94fe2f6794abbb8c87 (patch)
treeb9a522fec51c4713f0bc255583f1492d9b1605c0
parent8ca6cc014038dd86070e9f1b8ccc391c9603e61b (diff)
change: Raise GLib version
-rw-r--r--README.md2
-rw-r--r--gajim/main.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fac5b916d..824029268 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
- [Pillow](https://pypi.org/project/Pillow/) (>=9.1.0)
- [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)
- [Gtk3](https://gitlab.gnome.org/GNOME/gtk) (>=3.24.30)
-- [GLib](https://gitlab.gnome.org/GNOME/glib) (>=2.60.0)
+- [GLib](https://gitlab.gnome.org/GNOME/glib) (>=2.66.0)
- [GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview)
- [Pango](https://gitlab.gnome.org/GNOME/pango) (>=1.50.0)
- [sqlite](https://www.sqlite.org/) (>=3.33.0)
diff --git a/gajim/main.py b/gajim/main.py
index dea4541c6..5c7d0ab79 100644
--- a/gajim/main.py
+++ b/gajim/main.py
@@ -33,7 +33,7 @@ _MIN_NBXMPP_VER = '4.4.0'
_MIN_GTK_VER = '3.24.30'
_MIN_CAIRO_VER = '1.16.0'
_MIN_PYGOBJECT_VER = '3.42.0'
-_MIN_GLIB_VER = '2.60.0'
+_MIN_GLIB_VER = '2.66.0'
_MIN_PANGO_VER = '1.50.0'
_MIN_SQLITE_VER = '3.33.0'