Update version info

This commit is contained in:
John Goerzen 2007-07-04 19:17:14 +01:00
parent 8a104d041e
commit 196f35e972
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Startup from system-wide installation # Startup from system-wide installation
# Copyright (C) 2002 - 2006 John Goerzen # Copyright (C) 2002 - 2007 John Goerzen
# <jgoerzen@complete.org> # <jgoerzen@complete.org>
# #
# This program is free software; you can redistribute it and/or modify # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from offlineimap import init from offlineimap import init
init.startup('4.0.16') init.startup('5.99.0')

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
# Startup from single-user installation # Startup from single-user installation
# Copyright (C) 2002 - 2006 John Goerzen # Copyright (C) 2002 - 2007 John Goerzen
# <jgoerzen@complete.org> # <jgoerzen@complete.org>
# #
# This program is free software; you can redistribute it and/or modify # 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 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from offlineimap import init from offlineimap import init
init.startup('4.0.16') init.startup('5.99.0')

View File

@ -1,11 +1,11 @@
productname = 'OfflineIMAP' productname = 'OfflineIMAP'
versionstr = "4.0.16" versionstr = "5.99.0"
versionlist = versionstr.split(".") versionlist = versionstr.split(".")
major = versionlist[0] major = versionlist[0]
minor = versionlist[1] minor = versionlist[1]
patch = versionlist[2] patch = versionlist[2]
copyright = "Copyright (C) 2002 - 2006 John Goerzen" copyright = "Copyright (C) 2002 - 2007 John Goerzen"
author = "John Goerzen" author = "John Goerzen"
author_email = "jgoerzen@complete.org" author_email = "jgoerzen@complete.org"
description = "Disconnected Universal IMAP Mail Synchronization/Reader Support" 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.""" to distribute it under the conditions laid out in COPYING."""
homepage = "http://software.complete.org/offlineimap/" 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 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 it under the terms of the GNU General Public License as published by