]> code.delx.au - offlineimap/blobdiff - offlineimap/version.py
Fixing Python issue to minimum 2.5
[offlineimap] / offlineimap / version.py
index 6559dfdc50fbc743ed45e13b55e35f7a26ec805c..7bc17568dd0cff60cf332552a9881b784d90448e 100644 (file)
@@ -1,11 +1,11 @@
 productname = 'OfflineIMAP'
-versionstr = "6.1.0"
+versionstr = "6.1.1"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]
 minor = versionlist[1]
 patch = versionlist[2]
-copyright = "Copyright (C) 2002 - 2008 John Goerzen"
+copyright = "Copyright (C) 2002 - 2009 John Goerzen"
 author = "John Goerzen"
 author_email = "jgoerzen@complete.org"
 description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
@@ -18,7 +18,7 @@ COPYING for details.  This is free software, and you are welcome
 to distribute it under the conditions laid out in COPYING."""
 
 homepage = "http://software.complete.org/offlineimap/"
-license = """Copyright (C) 2002 - 2008 John Goerzen <jgoerzen@complete.org>
+license = """Copyright (C) 2002 - 2009 John Goerzen <jgoerzen@complete.org>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by