1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 16:38:42 +00:00

Update version to 0.4.0

This commit is contained in:
Mathieu Comandon 2016-08-10 18:58:33 -07:00
parent da24e09f84
commit eeceb297fa
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
VERSION="0.3.8"
VERSION="0.4.0"
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.8
Version: 0.4.0
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.8"
VERSION = "0.4.0"
COPYRIGHT = "(c) 2010-2016 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]