summaryrefslogtreecommitdiff
path: root/mozo.in
diff options
context:
space:
mode:
authoryetist <[email protected]>2018-04-25 13:38:33 +0800
committeryetist <[email protected]>2018-05-31 09:42:18 +0800
commitaf199835310b06f403ea130543d6c988ea955f29 (patch)
treec24eea5ca140f3aaa2f29cfbcf7d2bc28a15d8d2 /mozo.in
parent80873ff2ec320d0a4feffdec97e86d626e2cf7db (diff)
downloadmozo-af199835310b06f403ea130543d6c988ea955f29.tar.bz2
mozo-af199835310b06f403ea130543d6c988ea955f29.tar.xz
Support new mate-menus api
- Requires mate-menus 1.21.0 - Use Gobject-introspection - Migrate to python3
Diffstat (limited to 'mozo.in')
-rw-r--r--mozo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mozo.in b/mozo.in
index 52b4157..7a42108 100644
--- a/mozo.in
+++ b/mozo.in
@@ -28,7 +28,7 @@ def main():
version = config.VERSION
except:
datadir = './data/'
- version = '1.7.0'
+ version = '1.21.0'
app = MainWindow(datadir, version, sys.argv)
app.run()