]> code.delx.au - offlineimap/blobdiff - offlineimap/head/offlineimap/version.py
/offlineimap/head: changeset 367
[offlineimap] / offlineimap / head / offlineimap / version.py
index b559cd4f5fa69368bbba432a1ac43db594999f1e..83afa1956ed69c6d036c622233aa4ea7181c420d 100644 (file)
@@ -1,15 +1,14 @@
 productname = 'OfflineIMAP'
-versionstr = "3.2.5"
-revno = long('$Rev: 234 $'[6:-2])
+versionstr = "3.99.10"
+revno = long('$Rev: 367 $'[6:-2])
 revstr = "Rev %d" % revno
-datestr = '$Date: 2002-08-09 15:52:09 -0500 (Fri, 09 Aug 2002) $'
-
+datestr = '$Date: 2003-04-16 09:23:45 -0500 (Wed, 16 Apr 2003) $'
 
 versionlist = versionstr.split(".")
 major = versionlist[0]
 minor = versionlist[1]
 patch = versionlist[2]
-copyright = "Copyright (C) 2002 John Goerzen"
+copyright = "Copyright (C) 2002, 2003 John Goerzen"
 author = "John Goerzen"
 author_email = "jgoerzen@complete.org"
 description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
@@ -23,7 +22,7 @@ to distribute it under the conditions laid out in COPYING."""
 
 homepage = "http://www.quux.org/devel/offlineimap"
 homegopher = "gopher://quux.org/1/devel/offlineimap"
-license = """Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
+license = """Copyright (C) 2002, 2003 John Goerzen <jgoerzen@complete.org>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by