Release 0.3.7.4

This commit is contained in:
Mathieu Comandon 2016-03-06 14:41:45 -08:00
parent 46ff295956
commit 474b69b180
4 changed files with 12 additions and 3 deletions

View file

@ -1,4 +1,4 @@
VERSION="0.3.7.3"
VERSION="0.3.7.4"
cover:
rm tests/fixtures/pga.db -f

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
lutris (0.3.7.4) xenial; urgency=medium
* Add support for Xephyr
* Detect Wine versions installed from WineHQ
* Update koku-xinput-wine to work with the build provided in the runtime
* Always install the required runner when a game is installed
-- Mathieu Comandon <strycore@gmail.com> Sun, 06 Mar 2016 14:37:09 -0800
lutris (0.3.7.3) xenial; urgency=medium
* Add PCSX2 runner

View file

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: lutris
Version: 0.3.7.3
Version: 0.3.7.4
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.3.7.3"
VERSION = "0.3.7.4"
COPYRIGHT = "(c) 2010-2016 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]