From 196f35e97210e1aade42099281ddf8237bff87aa Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Wed, 4 Jul 2007 19:17:14 +0100 Subject: [PATCH] Update version info --- bin/offlineimap | 4 ++-- offlineimap.py | 4 ++-- offlineimap/version.py | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/offlineimap b/bin/offlineimap index 95fd2fb..e79fed0 100644 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -1,6 +1,6 @@ #!/usr/bin/env python # Startup from system-wide installation -# Copyright (C) 2002 - 2006 John Goerzen +# Copyright (C) 2002 - 2007 John Goerzen # # # This program is free software; you can redistribute it and/or modify @@ -18,4 +18,4 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA from offlineimap import init -init.startup('4.0.16') +init.startup('5.99.0') diff --git a/offlineimap.py b/offlineimap.py index 32009ac..a02b533 100644 --- a/offlineimap.py +++ b/offlineimap.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Startup from single-user installation -# Copyright (C) 2002 - 2006 John Goerzen +# Copyright (C) 2002 - 2007 John Goerzen # # # This program is free software; you can redistribute it and/or modify @@ -18,4 +18,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from offlineimap import init -init.startup('4.0.16') +init.startup('5.99.0') diff --git a/offlineimap/version.py b/offlineimap/version.py index eee6619..c715ab5 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,11 +1,11 @@ productname = 'OfflineIMAP' -versionstr = "4.0.16" +versionstr = "5.99.0" versionlist = versionstr.split(".") major = versionlist[0] minor = versionlist[1] patch = versionlist[2] -copyright = "Copyright (C) 2002 - 2006 John Goerzen" +copyright = "Copyright (C) 2002 - 2007 John Goerzen" author = "John Goerzen" author_email = "jgoerzen@complete.org" description = "Disconnected Universal IMAP Mail Synchronization/Reader Support" @@ -18,7 +18,7 @@ COPYING for details. This is free software, and you are welcome to distribute it under the conditions laid out in COPYING.""" homepage = "http://software.complete.org/offlineimap/" -license = """Copyright (C) 2002 - 2006 John Goerzen +license = """Copyright (C) 2002 - 2007 John Goerzen 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 -- 2.39.2