Updating version number to 4.0.16

This commit is contained in:
John Goerzen
2006-12-02 21:59:02 +01:00
parent aa019172cb
commit 2d9c1ed9b8
5 changed files with 5 additions and 5 deletions

View File

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