1
0
mirror of https://github.com/lutris/lutris synced 2024-07-08 19:45:47 +00:00

Update to 0.4.18

This commit is contained in:
Mathieu Comandon 2018-05-24 14:09:42 -07:00
parent 06d8ae99c8
commit 8733bf46a7
3 changed files with 12 additions and 2 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
lutris (0.4.18) bionic; urgency=medium
* Fix 'execute' command arguments
* Fix 'write_json' command when no file exists
* Avoid crash when wine prefix has broken symlinks
* Update DXVK latest version to 0.52
* Update winetricks
-- Mathieu Comandon <strycore@gmail.com> Thu, 24 May 2018 14:06:45 -0700
lutris (0.4.17) bionic; urgency=medium
* Add DVXK version option

View File

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