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