X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/ec89c3eb5364b6f741f6138752ab8fd0f9ebbd96..c18f8b9fadc929d3e8bb832a5f50b0ad585bf3cc:/offlineimap/version.py diff --git a/offlineimap/version.py b/offlineimap/version.py index 0713fad..0ca68bc 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,11 +1,11 @@ productname = 'OfflineIMAP' -versionstr = "5.99.4" +versionstr = "5.99.15" 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