From f3e3f920a5621e0c1a10af965ece6ab1cbe6ffa7 Mon Sep 17 00:00:00 2001 From: coderkun Date: Sun, 24 Nov 2024 14:33:55 +0100 Subject: [PATCH] Bump version to 4.0 --- README.md | 3 ++- meson.build | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 083b151..59cfc3e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Dependencies: * [Python](http://www.python.org) 3 * [python-dateutil](https://pypi.org/project/python-dateutil/) -* [GTK](http://www.gtk.org) 3 (>= 3.22) ([python-gobject](https://live.gnome.org/PyGObject)) +* [GTK](http://www.gtk.org) 4 (>= 4.18) ([python-gobject](https://live.gnome.org/PyGObject)) +* [libadwaita](https://gnome.pages.gitlab.gnome.org/libadwaita/) (>= 1.2) * [Avahi](http://www.avahi.org) (optional) * [python-keyring](http://pypi.python.org/pypi/keyring) (optional) * [meson](https://mesonbuild.com/) and [ninja](https://ninja-build.org/) (building) diff --git a/meson.build b/meson.build index 5a6d445..cdc1224 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mcg', - version: '3.2.1', + version: '4.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2',