Release v0.4.11.1

This commit is contained in:
Mathieu Comandon 2017-05-30 15:43:42 -07:00
parent 2a7f48108c
commit ed9c66573a
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
lutris (0.4.11.1) zesty; urgency=medium
* Fix typo in wineboot check
-- Mathieu Comandon <strycore@gmail.com> Tue, 30 May 2017 15:43:07 -0700
lutris (0.4.11) zesty; urgency=medium
* Add system option to disable process monitoring

View file

@ -4,7 +4,7 @@
%{!?py3_install: %global py3_install %{__python3} setup.py install --skip-build --root %{buildroot}}
Name: lutris
Version: 0.4.11
Version: 0.4.11.1
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.11"
VERSION = "0.4.11.1"
COPYRIGHT = "(c) 2010-2017 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]