/offlineimap/head: changeset 486

Prep for 3.99.19
This commit is contained in:
jgoerzen 2003-06-27 00:38:47 +01:00
parent d636f95d45
commit 282a05dbfa
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
from offlineimap import init
init.startup('3.99.17')
init.startup('3.99.19')

View File

@ -7,7 +7,7 @@ offlineimap (3.99.19) unstable; urgency=low
* Applied patch from Joerg Wendland <joergland@debian.org> to use
APPENDUID result from mail servers that provide it. Closes: #198772.
-- John Goerzen <jgoerzen@complete.org> Mon, 2 Jun 2003 07:04:53 -0500
-- John Goerzen <jgoerzen@complete.org> Thu, 27 Jun 2003 07:04:53 -0500
offlineimap (3.99.18) unstable; urgency=low

View File

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

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP'
versionstr = "3.99.17"
revno = long('$Rev: 475 $'[6:-2])
versionstr = "3.99.19"
revno = long('$Rev: 486 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date: 2003-05-06 09:27:36 -0500 (Tue, 06 May 2003) $'
datestr = '$Date: 2003-06-26 13:38:47 -0500 (Thu, 26 Jun 2003) $'
versionlist = versionstr.split(".")
major = versionlist[0]