Update to 0.4.8

This commit is contained in:
Mathieu Comandon 2017-04-18 16:12:47 -07:00
parent f5dc8564d4
commit 4ea44915e5
3 changed files with 12 additions and 2 deletions

10
debian/changelog vendored
View file

@ -1,3 +1,13 @@
lutris (0.4.8) zesty; urgency=medium
* Switch installer scripts to the REST API
* Allow users to test installer drafts
* Add cabextract as a dependency
* Fix for processes crashing when the working directory doesn't exist
* Add $VERSION as a variable usable in scripts
-- Mathieu Comandon <strycore@gmail.com> Tue, 18 Apr 2017 16:06:38 -0700
lutris (0.4.7.1) yakkety; urgency=medium
* Fix a bug with the platforms accessing the database before it's created

View file

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