Bump version number

This commit is contained in:
John Goerzen
2009-07-01 21:00:30 -05:00
parent a969c376de
commit 8b625fa98e
4 changed files with 5 additions and 5 deletions

View File

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