/offlineimap/head: changeset 486
Prep for 3.99.19
This commit is contained in:
parent
d636f95d45
commit
282a05dbfa
@ -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.17')
|
init.startup('3.99.19')
|
||||||
|
@ -7,7 +7,7 @@ offlineimap (3.99.19) unstable; urgency=low
|
|||||||
* Applied patch from Joerg Wendland <joergland@debian.org> to use
|
* Applied patch from Joerg Wendland <joergland@debian.org> to use
|
||||||
APPENDUID result from mail servers that provide it. Closes: #198772.
|
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
|
offlineimap (3.99.18) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -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.17')
|
init.startup('3.99.19')
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "3.99.17"
|
versionstr = "3.99.19"
|
||||||
revno = long('$Rev: 475 $'[6:-2])
|
revno = long('$Rev: 486 $'[6:-2])
|
||||||
revstr = "Rev %d" % revno
|
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(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user