5.99.10 prep

This commit is contained in:
John Goerzen 2008-04-17 00:11:15 -05:00
parent cf080844ac
commit 145f18ac25
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.9')
init.startup('5.99.10')

6
debian/changelog vendored
View File

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

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.9')
init.startup('5.99.10')

View File

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