Bump version to 4.0
This commit is contained in:
parent
84103229f1
commit
f3e3f920a5
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('mcg',
|
||||
version: '3.2.1',
|
||||
version: '4.0',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [
|
||||
'warning_level=2',
|
||||
|
|
Loading…
Add table
Reference in a new issue