[PATCH] offlineimap.py: fix version number

Nicolas Sebrecht nicolas.s-dev at laposte.net
Mon Dec 13 18:25:11 GMT 2010


The release number information is hard coded. Here is a quick fix to update it
to the last release.

We may introduce more elaborated stuff to define the release dynamically.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev at laposte.net>
---
 offlineimap.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/offlineimap.py b/offlineimap.py
index 566bd36..9b92b3c 100755
--- a/offlineimap.py
+++ b/offlineimap.py
@@ -20,4 +20,4 @@
 from offlineimap import OfflineImap
 
 offlineimap = OfflineImap()
-offlineimap.startup('6.2.0')
+offlineimap.startup('6.3.1')
-- 
1.7.3.3.738.g018bc





More information about the OfflineIMAP-project mailing list