From 5fe0a166a11397f04d4a7fbd859a8591cdb7d51a Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Sat, 28 Nov 2015 13:01:31 -0800 Subject: [PATCH] OBS hates dashes in version names too --- Makefile | 2 +- lutris.spec | 6 +++--- lutris/config.py | 15 --------------- lutris/settings.py | 2 +- 4 files changed, 5 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index 89c846b84..31045d67d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION="0.3.7-rc1" +VERSION="0.3.7" cover: rm tests/fixtures/pga.db -f diff --git a/lutris.spec b/lutris.spec index 62334c23c..1f3e63ba3 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.7-rc1 +Version: 0.3.7 Release: 3%{?dist} Summary: Install and play any video game easily @@ -95,8 +95,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %changelog -* Fri Nov 27 2015 Mathieu Comandon - 0.3.7-rc1 -- Bump to version 0.3.7-rc1 +* Fri Nov 27 2015 Mathieu Comandon - 0.3.7 +- Bump to version 0.3.7 * Thu Oct 30 2014 Mathieu Comandon - 0.3.6-1 - Bump to version 0.3.6 diff --git a/lutris/config.py b/lutris/config.py index e0d963afb..f7d60ffbf 100644 --- a/lutris/config.py +++ b/lutris/config.py @@ -1,18 +1,3 @@ -#!/usr/bin/python -# -*- coding:Utf-8 -*- -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 3 as -# published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# """Handle the game, runner and global system configurations.""" import os diff --git a/lutris/settings.py b/lutris/settings.py index f20bfb689..d39daa1bc 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.7-rc1" +VERSION = "0.3.7" COPYRIGHT = "(c) 2010-2015 Lutris Gaming Platform" AUTHORS = ["Mathieu Comandon ", "Pascal Reinhard (Xodetaetl)