/offlineimap/head: changeset 450

Preparing for 3.99.14
This commit is contained in:
jgoerzen 2003-04-28 20:16:30 +01:00
parent 0db32b6393
commit a206290329
4 changed files with 6 additions and 6 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.13') init.startup('3.99.14')

View File

@ -14,7 +14,7 @@ offlineimap (3.99.14) unstable; urgency=low
+ Described KMail syncing, which now works. + Described KMail syncing, which now works.
+ Added link to mailing list archives. + Added link to mailing list archives.
-- John Goerzen <jgoerzen@complete.org> Thu, 17 Apr 2003 21:13:27 -0500 -- John Goerzen <jgoerzen@complete.org> Mon, 28 Apr 2003 07:13:23 -0500
offlineimap (3.99.13) unstable; urgency=low offlineimap (3.99.13) unstable; urgency=low

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.13') init.startup('3.99.14')

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP' productname = 'OfflineIMAP'
versionstr = "3.99.13" versionstr = "3.99.14"
revno = long('$Rev: 446 $'[6:-2]) revno = long('$Rev: 450 $'[6:-2])
revstr = "Rev %d" % revno revstr = "Rev %d" % revno
datestr = '$Date: 2003-04-17 21:06:04 -0500 (Thu, 17 Apr 2003) $' datestr = '$Date: 2003-04-28 09:16:30 -0500 (Mon, 28 Apr 2003) $'
versionlist = versionstr.split(".") versionlist = versionstr.split(".")
major = versionlist[0] major = versionlist[0]