Bump version number
This commit is contained in:
parent
a969c376de
commit
8b625fa98e
@ -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
2
debian/changelog
vendored
@ -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.
|
||||
|
@ -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')
|
||||
|
@ -1,5 +1,5 @@
|
||||
productname = 'OfflineIMAP'
|
||||
versionstr = "6.0.3"
|
||||
versionstr = "6.1.0"
|
||||
|
||||
versionlist = versionstr.split(".")
|
||||
major = versionlist[0]
|
||||
|
Loading…
Reference in New Issue
Block a user