]> code.delx.au - offlineimap/commitdiff
Version to 5.99.9 debian/5.99.9
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 27 Mar 2008 05:36:32 +0000 (00:36 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 27 Mar 2008 05:36:32 +0000 (00:36 -0500)
bin/offlineimap
offlineimap.py
offlineimap/version.py

index 00da6848a475f781b3e5c946ac896e8b886db245..cbbdf9bd4b67b0a61d9d0c9a897952e0590faa76 100755 (executable)
@@ -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')
index 4c2e55319e48c69b7f712aa49bbb88bd7ddaf8bb..0fd98ec5612b41a4925cb9900784833d8c27f22f 100755 (executable)
@@ -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')
index 01ea23a9ce58ec9245d54741df6fff1ce50cdccc..bcc23662b08a41a8d110548ac4aef00d7472a6bb 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "5.99.7"
+versionstr = "5.99.9"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]
@@ -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 - 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