Now uses the version number available in the CONFIGURATION_DATA file for the setup process
Fixed the icon name in the .desktop file
This commit is contained in:
parent
6d041a3dcf
commit
b9ddb0a915
3 changed files with 19 additions and 11 deletions
|
|
@ -35,7 +35,7 @@ class configuration(GObject.GObject):
|
|||
|
||||
def __init__(self):
|
||||
GObject.GObject.__init__(self)
|
||||
self.version = "0.1 Beta 11"
|
||||
self.version = "0.1.0 Beta 12"
|
||||
|
||||
def fill_config(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue