From ea4158dd6dca4a7161b8848f0381fdd873b4ff58 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Tue, 24 May 2005 00:12:58 +0100 Subject: [PATCH 1/1] Updated copyright and version files for 4.0.10 --- COPYRIGHT | 2 +- bin/offlineimap | 4 ++-- offlineimap.py | 4 ++-- offlineimap/version.py | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 658f923..ea9bd08 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ offlineimap Mail syncing software -Copyright (C) 2002 - 2004 John Goerzen +Copyright (C) 2002 - 2005 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 diff --git a/bin/offlineimap b/bin/offlineimap index 4f924f3..3c54069 100644 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -1,6 +1,6 @@ #!/usr/bin/env python2.3 # Startup from system-wide installation -# Copyright (C) 2002, 2003 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('4.0.8') +init.startup('4.0.10') diff --git a/offlineimap.py b/offlineimap.py index 03eab04..29f0f31 100644 --- a/offlineimap.py +++ b/offlineimap.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2.3 # Startup from single-user installation -# Copyright (C) 2002, 2003, 2004 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('4.0.8') +init.startup('4.0.10') diff --git a/offlineimap/version.py b/offlineimap/version.py index aead039..e299a55 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,5 +1,5 @@ productname = 'OfflineIMAP' -versionstr = "4.0.8" +versionstr = "4.0.10" revno = long('$Rev: 592 $'[6:-2]) revstr = "Rev %d" % revno datestr = '$Date: 2004-08-01 16:50:23 -0500 (Sun, 01 Aug 2004) $' @@ -8,7 +8,7 @@ versionlist = versionstr.split(".") major = versionlist[0] minor = versionlist[1] patch = versionlist[2] -copyright = "Copyright (C) 2002 - 2004 John Goerzen" +copyright = "Copyright (C) 2002 - 2005 John Goerzen" author = "John Goerzen" author_email = "jgoerzen@complete.org" description = "Disconnected Universal IMAP Mail Synchronization/Reader Support" -- 2.39.2