X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/7b4e651d1282a50a20614074f731dd22f3ec642f..5dc33409e3145c18e8ccdb3a0b3e5112d793fda3:/offlineimap/version.py diff --git a/offlineimap/version.py b/offlineimap/version.py index 0713fad..e95e174 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,11 +1,11 @@ productname = 'OfflineIMAP' -versionstr = "5.99.4" +versionstr = "5.99.14" versionlist = versionstr.split(".") major = versionlist[0] minor = versionlist[1] patch = versionlist[2] -copyright = "Copyright (C) 2002 - 2007 John Goerzen" +copyright = "Copyright (C) 2002 - 2008 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 - 2007 John Goerzen +license = """Copyright (C) 2002 - 2008 John Goerzen 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