1
0
mirror of https://github.com/lutris/lutris synced 2024-07-08 11:35:50 +00:00

Bump version to 0.3.1

This commit is contained in:
Mathieu Comandon 2013-07-20 22:11:05 +02:00
parent e45a446cc7
commit 91cad0807e
7 changed files with 18 additions and 52 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2010-2012 Mathieu Comandon <strider@strycore.com>
Copyright (C) 2010-2013 Mathieu Comandon <strider@strycore.com>
Contributors:

View File

@ -17,10 +17,10 @@ changelog-edit:
dch -e
upload-ppa:
dput ppa:strycore/ppa ../lutris_0.3.0_i386.changes
dput ppa:strycore/ppa ../lutris_0.3.1_i386.changes
rpm:
cd build && sudo alien lutris_0.3.0_all.deb --scripts --to-rpm
cd build && sudo alien lutris_0.3.1_all.deb --scripts --to-rpm
clean:
debclean
@ -28,6 +28,6 @@ clean:
build-all: deb rpm
upload:
scp build/lutris_0.3.0_all.deb strycore.com:/srv/releases/lutris/
scp build/lutris_0.3.0.tar.gz strycore.com:/srv/releases/lutris/
scp build/lutris-0.3.0-2.noarch.rpm strycore.com:/srv/releases/lutris/
scp build/lutris_0.3.1_all.deb strycore.com:/srv/releases/lutris/
scp build/lutris_0.3.1.tar.gz strycore.com:/srv/releases/lutris/
scp build/lutris-0.3.1-2.noarch.rpm strycore.com:/srv/releases/lutris/

View File

@ -14,7 +14,7 @@
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="program_name">Lutris</property>
<property name="version">0.2.8</property>
<property name="version">0.3.1</property>
<property name="copyright" translatable="yes">© 2010, 2012 Mathieu Comandon</property>
<property name="comments" translatable="yes">Open Source Gaming Platform</property>
<property name="website">http://lutris.net</property>

View File

@ -1,42 +0,0 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="about_dialog">
<property name="version">0.2-public5</property><property name="license" translatable="yes"># Copyright (C) 2010 Mathieu Comandon &lt;strycore@gmail.com&gt;
# 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 warranties of
# MERCHANTABILITY, SATISFACTORY QUALITY, 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 &lt;http://www.gnu.org/licenses/&gt;.
</property><property name="authors">Copyright (C) 2010 Mathieu Comandon &lt;strycore@gmail.com&gt;</property><property name="copyright" translatable="yes">Copyright (C) 2010 Mathieu Comandon &lt;strycore@gmail.com&gt;</property><property name="border_width">5</property>
<property name="type_hint">normal</property>
<property name="has_separator">False</property>
<property name="program_name">Lutris</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<placeholder />
</child>
<child internal-child="action_area">
<object class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="layout_style">end</property>
</object>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
</object>
</child>
</object>
</interface>

10
debian/changelog vendored
View File

@ -1,4 +1,12 @@
lutris (0.3.0) precise; urgency=low
lutris (0.3.1) quantal; urgency=low
* Support for Wine installers
* Library sync with Lutris.net
* Misc bugfixes
-- Mathieu Comandon <strycore@gmail.com> Sat, 20 Jul 2013 21:55:37 +0200
lutris (0.3.0) quantal; urgency=low
* Initial release of Lutris 0.3
* Support for game installers

View File

@ -5,7 +5,7 @@ import sys
from xdg import BaseDirectory
PROJECT = "Lutris"
VERSION = "0.3.0"
VERSION = "0.3.1"
WEBSITE = "http://lutris.net"
COPYRIGHT = "(c) 2010-2013 Lutris Gaming Platform"
AUTHORS = ["Mathieu Comandon <strycore@gmail.com>"]

View File

@ -91,7 +91,7 @@ data_files.append((
setup(
name='lutris',
version='0.3.0',
version='0.3.1',
license='GPL-3',
author='Mathieu Comandon',
author_email='strider@strycore.com',