Updated copyright and version files for 4.0.10

This commit is contained in:
John Goerzen
2005-05-24 00:12:58 +01:00
parent 80c6b0cc0f
commit ea4158dd6d
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "4.0.8"
versionstr = "4.0.10"
revno = long('$Rev: 592 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $'
@ -8,7 +8,7 @@ versionlist = versionstr.split(".")
major = versionlist[0]
minor = versionlist[1]
patch = versionlist[2]
copyright = "Copyright (C) 2002 - 2004 John Goerzen"
copyright = "Copyright (C) 2002 - 2005 John Goerzen"
author = "John Goerzen"
author_email = "jgoerzen@complete.org"
description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"