Merge branch 'refs/heads/develop'

This commit is contained in:
Ruud
2012-05-14 23:36:53 +02:00
2 changed files with 7 additions and 2 deletions

View File

@@ -360,8 +360,12 @@ class DesktopUpdater(Plugin):
}
def check(self):
pass
self.desktop.CheckForUpdate(silentUnlessUpdate = True)
def getVersion(self):
return {}
return {
'hash': self.desktop._esky.active_version,
'data': None,
'type': 'desktop',
}

1
version.py Normal file
View File

@@ -0,0 +1 @@
VERSION = '2.0.0-pre1'