Bump version number

This commit is contained in:
John Goerzen 2009-07-01 21:00:30 -05:00
parent a969c376de
commit 8b625fa98e
4 changed files with 5 additions and 5 deletions

View File

@ -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
# <jgoerzen@complete.org>
#
# 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')

2
debian/changelog vendored
View File

@ -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.

View File

@ -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')

View File

@ -1,5 +1,5 @@
productname = 'OfflineIMAP'
versionstr = "6.0.3"
versionstr = "6.1.0"
versionlist = versionstr.split(".")
major = versionlist[0]