From b9fde4ea1eb34a2f1ead1e3bfa6252fb1ca82220 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Dec 2011 17:44:35 +0100 Subject: Update version number to 0.2 --- mat-gui | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index 3110d23..576c90e 100755 --- a/mat-gui +++ b/mat-gui @@ -20,9 +20,6 @@ import urllib2 from mat import mat from mat import strippers -__version__ = '0.1' -__author__ = 'jvoisin' - logging.basicConfig(level=mat.LOGGING_LEVEL) @@ -345,7 +342,7 @@ data loss, but clean more efficiently')) About popup ''' w = gtk.AboutDialog() - w.set_version(__version__) + w.set_version(mat.__version__) w.set_copyright('GNU Public License v2') w.set_comments(_('This software was coded during the GSoC 2011')) w.set_website('https://mat.boum.org') -- cgit v1.3