From 8831256f5a1bb707863b14964733b93782f20517 Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Tue, 13 Dec 2016 18:48:12 -0800 Subject: [PATCH] Release 0.4.4.1 --- debian/changelog | 6 ++++++ lutris.spec | 2 +- lutris/settings.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 46cf488b1..7dbe0adce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lutris (0.4.4.1) yakkety; urgency=medium + + * Fix installer command line options + + -- Mathieu Comandon Tue, 13 Dec 2016 18:47:29 -0800 + lutris (0.4.4) yakkety; urgency=medium * Add widget to edit environment variables in system options diff --git a/lutris.spec b/lutris.spec index 3f40b7aff..35db1eeba 100644 --- a/lutris.spec +++ b/lutris.spec @@ -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 diff --git a/lutris/settings.py b/lutris/settings.py index 717058d0c..cd8337ed8 100644 --- a/lutris/settings.py +++ b/lutris/settings.py @@ -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 ", "Pascal Reinhard (Xodetaetl)