mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-24 03:29:19 +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
|
from Ui_AboutQwad import Ui_Dialog
|
||||||
|
|
||||||
def Version():
|
def Version():
|
||||||
return "0.8"
|
return "0.9"
|
||||||
def Author():
|
def Author():
|
||||||
return "Christopher Roy Bratusek <nano@tuxfamily.org>"
|
return "Christopher Roy Bratusek <nano@tuxfamily.org>"
|
||||||
|
|
||||||
|
2
Qwad.pyw
2
Qwad.pyw
@ -26,7 +26,7 @@ class MultipleOption(Option):
|
|||||||
else:
|
else:
|
||||||
Option.take_action(self, action, dest, opt, value, values, parser)
|
Option.take_action(self, action, dest, opt, value, values, parser)
|
||||||
|
|
||||||
VERSION = '0.8'
|
VERSION = '0.9'
|
||||||
|
|
||||||
def opts():
|
def opts():
|
||||||
description = """NUS-Downloader, WadManager and TMD-Viewer for Linux"""
|
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
|
qwad (0.8-1nano) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream bugfix release
|
* New upstream bugfix release
|
||||||
|
Loading…
Reference in New Issue
Block a user