]> code.delx.au - offlineimap/commitdiff
Version 5.99.5 update
authorJohn Goerzen <jgoerzen@complete.org>
Mon, 3 Mar 2008 10:30:13 +0000 (04:30 -0600)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 3 Mar 2008 10:30:13 +0000 (04:30 -0600)
bin/offlineimap
offlineimap.py
offlineimap/version.py

index 226bf3cc939255e96a301f1e0bcd0ddea91e5105..80af1ce0c2b413fcf4bcadac4dbb6b979ba0157e 100644 (file)
@@ -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
 # <jgoerzen@complete.org>
 #
 #    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')
index 07a4aeb74f57890ff1bc400ccf625d3e5913eba8..5a5ce26d7ca89cb723c8bc3f738540fbc2b9d989 100644 (file)
@@ -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
 # <jgoerzen@complete.org>
 #
 #    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')
index 0713fad70ec0e09a287993ffef035494642cd781..f5388ca5aa84bb3e379b1feda9921dc3a10439b4 100644 (file)
@@ -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"