Bump version to 0.4.5

This commit is contained in:
Mathieu Comandon 2017-03-05 15:31:40 -08:00
parent 6c4a61d304
commit 8b2ec300f2
4 changed files with 5 additions and 4 deletions

View file

@ -12,3 +12,4 @@ Contributors:
Travis Nickles <nickles.travis@gmail.com>
Patrick Griffis <tingping@tingping.se>
Julien Machiels <julien.a.machiels@gmail.com>
Daniel J (@djazz)

View file

@ -4,7 +4,7 @@
%{!?py3_install: %global py3_install %{__python3} setup.py install --skip-build --root %{buildroot}}
Name: lutris
Version: 0.4.4.1
Version: 0.4.5
Release: 2%{?dist}
Summary: Install and play any video game easily

View file

@ -5,8 +5,8 @@ from gi.repository import GLib
from lutris.util.settings import SettingsIO
PROJECT = "Lutris"
VERSION = "0.4.4.1"
COPYRIGHT = "(c) 2010-2016 Lutris Gaming Platform"
VERSION = "0.4.5"
COPYRIGHT = "(c) 2010-2017 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>",
"Pascal Reinhard (Xodetaetl) <dev@xod.me"]
ARTISTS = ["Ludovic Soulié <contact@ludal.net>"]

View file

@ -13,7 +13,7 @@
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="program_name">Lutris</property>
<property name="copyright" translatable="yes">© 2010, 2016 Mathieu Comandon</property>
<property name="copyright" translatable="yes">© 2010, 2017 Mathieu Comandon</property>
<property name="comments" translatable="yes">Open Source Gaming Platform</property>
<property name="website">http://lutris.net</property>
<property name="website_label" translatable="yes">http://lutris.net</property>