Release 0.4.4.1

This commit is contained in:
Mathieu Comandon 2016-12-13 18:48:12 -08:00
parent ff70f391e8
commit 8831256f5a
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
lutris (0.4.4.1) yakkety; urgency=medium
* Fix installer command line options
-- Mathieu Comandon <strycore@gmail.com> Tue, 13 Dec 2016 18:47:29 -0800
lutris (0.4.4) yakkety; urgency=medium
* Add widget to edit environment variables in system options

View file

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