Bump version to 6.0.2

This commit is contained in:
John Goerzen
2008-08-02 17:44:20 -05:00
parent 2a852a8f48
commit 0a801457df
3 changed files with 3 additions and 3 deletions

View File

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