From eeceb297fa92c568a5cf698e826621cbbff4dc7b Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Wed, 10 Aug 2016 18:58:33 -0700 Subject: [PATCH] Update version to 0.4.0 --- Makefile | 2 +- lutris.spec | 2 +- lutris/settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7a26bd3ed..5ae586d45 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION="0.3.8" +VERSION="0.4.0" cover: rm tests/fixtures/pga.db -f diff --git a/lutris.spec b/lutris.spec index 636bc963d..c94ad2720 100644 --- a/lutris.spec +++ b/lutris.spec @@ -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 diff --git a/lutris/settings.py b/lutris/settings.py index 7fbd1fdc4..b61a1046b 100644 --- a/lutris/settings.py +++ b/lutris/settings.py @@ -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 ", "Pascal Reinhard (Xodetaetl)