Bump to version 0.3.7.1

This commit is contained in:
Mathieu Comandon 2015-12-29 19:06:48 -08:00
parent ed702a9cbb
commit 7b361d9ed3
5 changed files with 16 additions and 4 deletions

View file

@ -72,4 +72,4 @@ You can now build the RPM::
rpmbuild -ba lutris.spec
The resulting package will be available at
~/rpmbuild/RPMS/noarch/lutris-0.3.6-3.fc20.noarch.rpm
~/rpmbuild/RPMS/noarch/lutris-0.3.7-3.fc20.noarch.rpm

View file

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

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
lutris (0.3.7.1) wily; urgency=medium
* Improved command line option to list games
* Force update of runners
* Add support of 64bit wine
* Improve MESS runner
* Fix Vice runner for non Commodore 64 machines
* Fix RPM packaging
* Various bugfixes
-- Mathieu Comandon <strycore@gmail.com> Tue, 29 Dec 2015 18:47:05 -0800
lutris (0.3.7) wily; urgency=medium
* Global:

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
Version: 0.3.7.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.3.7"
VERSION = "0.3.7.1"
COPYRIGHT = "(c) 2010-2015 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]