update version info

This commit is contained in:
John Goerzen
2009-08-12 00:41:19 -05:00
parent 762b589842
commit 9e6427a443
4 changed files with 12 additions and 3 deletions

View File

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