]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.py
Allow installation without m_lib
[mimedecode.git] / mimedecode.py
index e6de8a32138c0a82a5f0801cd2e3978c5a4dbc13..8fa69212b82ec644246ad837112d0352e1a252ee 100755 (executable)
@@ -2,9 +2,9 @@
 """Decode MIME message"""
 
 
-__version__ = "2.2.1"
+__version__ = "2.1.4"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 
@@ -26,7 +26,7 @@ me = os.path.basename(sys.argv[0])
 def version(exit=1):
    sys.stdout.write("""\
 Broytman mimedecode.py version %s, %s
-""" % (_version, __copyright__))
+""" % (__version__, __copyright__))
    if exit: sys.exit(0)