/offlineimap/head: changeset 269

This is 3.99.1
This commit is contained in:
jgoerzen 2002-10-10 06:38:55 +01:00
parent 26e6472dd3
commit 2ccea111dd
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP' productname = 'OfflineIMAP'
versionstr = "3.99.0" versionstr = "3.99.1"
revno = long('$Rev: 262 $'[6:-2]) revno = long('$Rev: 269 $'[6:-2])
revstr = "Rev %d" % revno revstr = "Rev %d" % revno
datestr = '$Date: 2002-10-07 11:30:35 -0500 (Mon, 07 Oct 2002) $' datestr = '$Date: 2002-10-09 19:38:55 -0500 (Wed, 09 Oct 2002) $'
versionlist = versionstr.split(".") versionlist = versionstr.split(".")
major = versionlist[0] major = versionlist[0]