Rev versions

This commit is contained in:
John Goerzen 2008-04-17 09:53:20 -05:00
parent 031e018ead
commit 1b0788cb24
4 changed files with 9 additions and 3 deletions

View File

@ -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
View File

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

View File

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

View File

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