From 8b625fa98e109704020bd8e4cc8c29ac8b2e7aed Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Wed, 1 Jul 2009 21:00:30 -0500 Subject: [PATCH] Bump version number --- bin/offlineimap | 4 ++-- debian/changelog | 2 +- offlineimap.py | 2 +- offlineimap/version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/offlineimap b/bin/offlineimap index 7f87780..208e99a 100755 --- a/bin/offlineimap +++ b/bin/offlineimap @@ -1,6 +1,6 @@ #!/usr/bin/env python # Startup from system-wide installation -# Copyright (C) 2002 - 2008 John Goerzen +# Copyright (C) 2002 - 2009 John Goerzen # # # 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('6.0.3') +init.startup('6.1.0') diff --git a/debian/changelog b/debian/changelog index 86524d2..a8b1aa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -offlineimap (6.0.4) unstable; urgency=low +offlineimap (6.1.0) unstable; urgency=low * FIXME: ensure patch from Jim Prior has had docs for signals * FEATURE: Applied patch from Jonny Lamb to specify order of syncing. diff --git a/offlineimap.py b/offlineimap.py index 1247bde..c813c7f 100755 --- a/offlineimap.py +++ b/offlineimap.py @@ -18,4 +18,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from offlineimap import init -init.startup('6.0.3') +init.startup('6.1.0') diff --git a/offlineimap/version.py b/offlineimap/version.py index ddcf954..6559dfd 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,5 +1,5 @@ productname = 'OfflineIMAP' -versionstr = "6.0.3" +versionstr = "6.1.0" versionlist = versionstr.split(".") major = versionlist[0]