]> code.delx.au - offlineimap/commitdiff
Update version info
authorJohn Goerzen <jgoerzen@complete.org>
Wed, 4 Jul 2007 18:17:14 +0000 (19:17 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Wed, 4 Jul 2007 18:17:14 +0000 (19:17 +0100)
bin/offlineimap
offlineimap.py
offlineimap/version.py

index 95fd2fbf1da5d03378f566a33fb7476d74ea42d2..e79fed09dc2b7d46d3b08a3af42ba786f83a7a43 100644 (file)
@@ -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
 # <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('4.0.16')
+init.startup('5.99.0')
index 32009ac1b74501ae61247c18622abdc93ef9bc67..a02b5330fb3f2d34ba373f6a30820718f2a79064 100644 (file)
@@ -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
 # <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('4.0.16')
+init.startup('5.99.0')
index eee66193e19dde0c169677d776c72448423f7874..c715ab52a4a9077b78103536737ca53841750ca6 100644 (file)
@@ -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 <jgoerzen@complete.org>
+license = """Copyright (C) 2002 - 2007 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