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:
Sergio Costas 2015-02-01 16:49:08 +01:00
parent 6d041a3dcf
commit b9ddb0a915
3 changed files with 19 additions and 11 deletions

View file

@ -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):