From 4b563c39d91c4e703dee6cb04c563ba42af94dd3 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Mon, 3 Mar 2008 04:30:13 -0600 Subject: [PATCH] Version 5.99.5 update --- bin/offlineimap | 4 ++-- offlineimap.py | 4 ++-- offlineimap/version.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/offlineimap b/bin/offlineimap index 226bf3c..80af1ce 100644 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -1,6 +1,6 @@ #!/usr/bin/env python # Startup from system-wide installation -# Copyright (C) 2002 - 2007 John Goerzen +# Copyright (C) 2002 - 2008 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('5.99.4') +init.startup('5.99.5') diff --git a/offlineimap.py b/offlineimap.py index 07a4aeb..5a5ce26 100644 --- a/offlineimap.py +++ b/offlineimap.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Startup from single-user installation -# Copyright (C) 2002 - 2007 John Goerzen +# Copyright (C) 2002 - 2005 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('5.99.4') +init.startup('5.99.5') diff --git a/offlineimap/version.py b/offlineimap/version.py index 0713fad..f5388ca 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,11 +1,11 @@ productname = 'OfflineIMAP' -versionstr = "5.99.4" +versionstr = "5.99.5" versionlist = versionstr.split(".") major = versionlist[0] minor = versionlist[1] patch = versionlist[2] -copyright = "Copyright (C) 2002 - 2007 John Goerzen" +copyright = "Copyright (C) 2002 - 2008 John Goerzen" author = "John Goerzen" author_email = "jgoerzen@complete.org" description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"