Skip to content

Commit

Permalink
Version to 5.99.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Mar 27, 2008
1 parent 156d01e commit 6fd4962
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/offlineimap
Expand Up @@ -18,4 +18,4 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

from offlineimap import init
init.startup('5.99.7')
init.startup('5.99.9')
2 changes: 1 addition & 1 deletion offlineimap.py
Expand Up @@ -18,4 +18,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

from offlineimap import init
init.startup('5.99.7')
init.startup('5.99.9')
4 changes: 2 additions & 2 deletions offlineimap/version.py
@@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "5.99.7"
versionstr = "5.99.9"

versionlist = versionstr.split(".")
major = versionlist[0]
Expand All @@ -18,7 +18,7 @@
to distribute it under the conditions laid out in COPYING."""

homepage = "http://software.complete.org/offlineimap/"
license = """Copyright (C) 2002 - 2007 John Goerzen <jgoerzen@complete.org>
license = """Copyright (C) 2002 - 2008 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
Expand Down

0 comments on commit 6fd4962

Please sign in to comment.