Version 5.99.5 update

This commit is contained in:
John Goerzen
2008-03-03 04:30:13 -06:00
parent df4e32f864
commit 4b563c39d9
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
productname = 'OfflineIMAP'
versionstr = "5.99.4"
versionstr = "5.99.5"
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"