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-cli | 3 --- mat-gui | 5 +---- mat/mat.py | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/mat-cli b/mat-cli index 00c5c11..530af9a 100755 --- a/mat-cli +++ b/mat-cli @@ -11,8 +11,6 @@ import hachoir_core from mat import mat -__version__ = '0.1' - def parse(): ''' @@ -54,7 +52,6 @@ def display_version(*_): Display the program's version, and exit ''' print('Metadata Anonymisation Toolkit version %s') % mat.__version__ - print('CLI version %s') % __version__ print('Hachoir version %s') % hachoir_core.__version__ sys.exit(0) 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') diff --git a/mat/mat.py b/mat/mat.py index dfd4c12..343d9d5 100644 --- a/mat/mat.py +++ b/mat/mat.py @@ -15,7 +15,7 @@ import hachoir_parser import strippers -__version__ = '0.1' +__version__ = '0.2' __author__ = 'jvoisin' #Silence -- cgit v1.3