5.99.10 prep
This commit is contained in:
parent
cf080844ac
commit
145f18ac25
@ -18,4 +18,4 @@
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
from offlineimap import init
|
||||
init.startup('5.99.9')
|
||||
init.startup('5.99.10')
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
offlineimap (5.99.10) unstable; urgency=low
|
||||
|
||||
* Address bug with LocalStatus folders in subfolders.
|
||||
|
||||
-- John Goerzen <jgoerzen@complete.org> Thu, 17 Apr 2008 02:45:24 -0500
|
||||
|
||||
offlineimap (5.99.9) unstable; urgency=low
|
||||
|
||||
[ John Goerzen ]
|
||||
|
@ -18,4 +18,4 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
from offlineimap import init
|
||||
init.startup('5.99.9')
|
||||
init.startup('5.99.10')
|
||||
|
@ -1,5 +1,5 @@
|
||||
productname = 'OfflineIMAP'
|
||||
versionstr = "5.99.9"
|
||||
versionstr = "5.99.10"
|
||||
|
||||
versionlist = versionstr.split(".")
|
||||
major = versionlist[0]
|
||||
|
Loading…
Reference in New Issue
Block a user