summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2011-12-15 17:44:35 +0100
committerjvoisin2011-12-15 17:44:35 +0100
commitb9fde4ea1eb34a2f1ead1e3bfa6252fb1ca82220 (patch)
tree79147897d580ed8c1d0152f2c65f71b737795905 /mat-gui
parent52fef0b1682057f6c34ecf373bdf545e3e3c0217 (diff)
Update version number to 0.2
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui5
1 files changed, 1 insertions, 4 deletions
diff --git a/mat-gui b/mat-gui
index 3110d23..576c90e 100755
--- a/mat-gui
+++ b/mat-gui
@@ -20,9 +20,6 @@ import urllib2
20from mat import mat 20from mat import mat
21from mat import strippers 21from mat import strippers
22 22
23__version__ = '0.1'
24__author__ = 'jvoisin'
25
26 23
27logging.basicConfig(level=mat.LOGGING_LEVEL) 24logging.basicConfig(level=mat.LOGGING_LEVEL)
28 25
@@ -345,7 +342,7 @@ data loss, but clean more efficiently'))
345 About popup 342 About popup
346 ''' 343 '''
347 w = gtk.AboutDialog() 344 w = gtk.AboutDialog()
348 w.set_version(__version__) 345 w.set_version(mat.__version__)
349 w.set_copyright('GNU Public License v2') 346 w.set_copyright('GNU Public License v2')
350 w.set_comments(_('This software was coded during the GSoC 2011')) 347 w.set_comments(_('This software was coded during the GSoC 2011'))
351 w.set_website('https://mat.boum.org') 348 w.set_website('https://mat.boum.org')