/offlineimap/head: changeset 361

Updated for 3.99.10
This commit is contained in:
jgoerzen 2003-03-13 23:33:02 +01:00
parent 30ea5aa8a2
commit 3af9200226
3 changed files with 5 additions and 5 deletions

View File

@ -17,4 +17,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init
init.startup('3.99.7')
init.startup('3.99.10')

View File

@ -17,4 +17,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init
init.startup('3.99.7')
init.startup('3.99.10')

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP'
versionstr = "3.99.7"
revno = long('$Rev: 360 $'[6:-2])
versionstr = "3.99.10"
revno = long('$Rev: 361 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2003-03-04 14:42:38 -0600 (Tue, 04 Mar 2003) $'
datestr = '$Date: 2003-03-13 10:33:02 -0600 (Thu, 13 Mar 2003) $'
versionlist = versionstr.split(".")
major = versionlist[0]