diff options
| author | jvoisin | 2011-12-15 17:44:35 +0100 |
|---|---|---|
| committer | jvoisin | 2011-12-15 17:44:35 +0100 |
| commit | b9fde4ea1eb34a2f1ead1e3bfa6252fb1ca82220 (patch) | |
| tree | 79147897d580ed8c1d0152f2c65f71b737795905 /mat-gui | |
| parent | 52fef0b1682057f6c34ecf373bdf545e3e3c0217 (diff) | |
Update version number to 0.2
Diffstat (limited to 'mat-gui')
| -rwxr-xr-x | mat-gui | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -20,9 +20,6 @@ import urllib2 | |||
| 20 | from mat import mat | 20 | from mat import mat |
| 21 | from mat import strippers | 21 | from mat import strippers |
| 22 | 22 | ||
| 23 | __version__ = '0.1' | ||
| 24 | __author__ = 'jvoisin' | ||
| 25 | |||
| 26 | 23 | ||
| 27 | logging.basicConfig(level=mat.LOGGING_LEVEL) | 24 | logging.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') |
