mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-13 06:15:06 +01:00
bump version to 0.9
This commit is contained in:
parent
d80c692443
commit
bf9ac2ce00
@ -10,7 +10,7 @@ from PyQt4.QtCore import pyqtSignature
|
||||
from Ui_AboutQwad import Ui_Dialog
|
||||
|
||||
def Version():
|
||||
return "0.8"
|
||||
return "0.9"
|
||||
def Author():
|
||||
return "Christopher Roy Bratusek <nano@tuxfamily.org>"
|
||||
|
||||
|
2
Qwad.pyw
2
Qwad.pyw
@ -26,7 +26,7 @@ class MultipleOption(Option):
|
||||
else:
|
||||
Option.take_action(self, action, dest, opt, value, values, parser)
|
||||
|
||||
VERSION = '0.8'
|
||||
VERSION = '0.9'
|
||||
|
||||
def opts():
|
||||
description = """NUS-Downloader, WadManager and TMD-Viewer for Linux"""
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
qwad (0.9-1nano) unstable; urgency=low
|
||||
|
||||
* New upstream stable release
|
||||
|
||||
-- Christopher Roy Bratusek <nano@tuxfamily.org> Fri, 20 Sep 2013 22:00:10 +0200
|
||||
|
||||
qwad (0.8-1nano) unstable; urgency=low
|
||||
|
||||
* New upstream bugfix release
|
||||
|
Loading…
Reference in New Issue
Block a user