Update version to 0.4.22

This commit is contained in:
Mathieu Comandon 2018-11-03 00:03:06 -07:00
parent de6b1ee747
commit a833eafcff
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
lutris (0.4.22) bionic; urgency=medium
* TODO
-- Mathieu Comandon <strycore@gmail.com> Sat, 03 Nov 2018 00:01:19 -0700
lutris (0.4.21.1) bionic; urgency=medium
* Fix detection of libvulkan

View file

@ -4,7 +4,7 @@
%{!?py3_install: %global py3_install %{__python3} setup.py install --skip-build --root %{buildroot}}
Name: lutris
Version: 0.4.21.1
Version: 0.4.22
Release: 2%{?dist}
Summary: Install and play any video game easily

View file

@ -5,7 +5,7 @@ from gi.repository import GLib
from lutris.util.settings import SettingsIO
PROJECT = "Lutris"
VERSION = "0.4.21.1"
VERSION = "0.4.22"
COPYRIGHT = "(c) 2010-2018 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]