]> code.delx.au - offlineimap/commitdiff
Bump version number
authorJohn Goerzen <jgoerzen@complete.org>
Thu, 2 Jul 2009 02:00:30 +0000 (21:00 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Thu, 2 Jul 2009 02:00:30 +0000 (21:00 -0500)
bin/offlineimap
debian/changelog
offlineimap.py
offlineimap/version.py

index 7f877803ec2699dfa6f29089583a44581cd1a97d..208e99a4606723e2fa8a60766c7b58bac72b43e9 100755 (executable)
@@ -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')
index 86524d2599b989d075713282e85721ae037b0d7c..a8b1aa480b7fb303b0305d33cd7a4718bdf63473 100644 (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.
index 1247bded21d9ea6dcda7c1507333206a1a0bb06b..c813c7fa4736b5571d05e26e7bcc272fc0e9b825 100755 (executable)
@@ -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')
index ddcf9546c1ad0a3f408453bf5cd62eecfad1b1cd..6559dfdc50fbc743ed45e13b55e35f7a26ec805c 100644 (file)
@@ -1,5 +1,5 @@
 productname = 'OfflineIMAP'
-versionstr = "6.0.3"
+versionstr = "6.1.0"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]