Bump to version 0.3.7

This commit is contained in:
Mathieu Comandon 2015-11-18 11:33:27 -08:00
parent 451569f9e6
commit b290ca5f6d
4 changed files with 5 additions and 5 deletions

View file

@ -58,12 +58,12 @@ You can now fetch the lutris sources either from a local drive or
remotely::
cd ~/rpmbuild/SOURCES
curl -O https://lutris.net/releases/lutris_0.3.6.tar.gz
curl -O https://lutris.net/releases/lutris_0.3.7.tar.gz
Extract the specs file from the archive::
cd ../SPECS/
tar xvzf ../SOURCES/lutris_0.3.6.tar.gz lutris/lutris.spec
tar xvzf ../SOURCES/lutris_0.3.7.tar.gz lutris/lutris.spec
mv lutris/lutris.spec .
rmdir lutris

View file

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

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