/offlineimap/head: changeset 472

Prepping for 3.99.16
This commit is contained in:
jgoerzen 2003-05-06 19:50:01 +01:00
parent 5454489a16
commit 4ab1ebf4a8
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.15') init.startup('3.99.16')

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.15') init.startup('3.99.16')

View File

@ -1,8 +1,8 @@
productname = 'OfflineIMAP' productname = 'OfflineIMAP'
versionstr = "3.99.15" versionstr = "3.99.16"
revno = long('$Rev: 459 $'[6:-2]) revno = long('$Rev: 472 $'[6:-2])
revstr = "Rev %d" % revno revstr = "Rev %d" % revno
datestr = '$Date: 2003-04-28 16:41:50 -0500 (Mon, 28 Apr 2003) $' datestr = '$Date: 2003-05-06 08:50:01 -0500 (Tue, 06 May 2003) $'
versionlist = versionstr.split(".") versionlist = versionstr.split(".")
major = versionlist[0] major = versionlist[0]