Bump version to 6.0.1

This commit is contained in:
John Goerzen
2008-08-02 15:13:43 -05:00
parent fbcb157ca4
commit a5dc9a331d
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "6.0.0"
versionstr = "6.0.1"
versionlist = versionstr.split(".")
major = versionlist[0]