diff options
Diffstat (limited to 'source/utils.py')
-rwxr-xr-x | source/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils.py b/source/utils.py index da26d022..7681fea7 100755 --- a/source/utils.py +++ b/source/utils.py @@ -20,9 +20,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/> __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 1.2 $" +__version__ = "$Revision: 1.3 $" __date__ = "$Date: 2010/12/07 $" -__revision__ = "$Date: 2012/05/01 $" +__revision__ = "$Date: 2012/11/8 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" |